From e7af8ed12a655d52998c6e60ac5407a0d41510d1 Mon Sep 17 00:00:00 2001 From: Josh Watzman Date: Fri, 6 Feb 2015 16:44:53 -0800 Subject: [PATCH] Fix cmake make install Summary: This file doesn't exist, and hasn't for a while. This caused all the nightly builds to fail last night. {sync, type="parent", child="external", childrevid="33093", childdiffid="170955", parentdiffid="6419232"} Reviewed By: @swtaarrs Differential Revision: D1832784 --- hphp/tools/gdb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hphp/tools/gdb/CMakeLists.txt b/hphp/tools/gdb/CMakeLists.txt index 4b418790ac6..2d5b821e5ba 100644 --- a/hphp/tools/gdb/CMakeLists.txt +++ b/hphp/tools/gdb/CMakeLists.txt @@ -6,7 +6,7 @@ install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/hhvm-gdb DESTINATION bin COMPONENT dev) -install(FILES deref.py gdbutils.py hashes.py hhbc.py hhvm.py idx.py +install(FILES gdbutils.py hashes.py hhbc.py hhvm.py idx.py lookup.py nameof.py pretty.py stack.py unit.py DESTINATION "${CMAKE_INSTALL_LIBDIR}/hhvm/gdb" COMPONENT dev) -- 2.11.4.GIT