aboutsummaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-fdbmonitor_CMakeLists.txt
blob: 2b5912204a6a05b4f308192a2d824e0406464e5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- fdbmonitor/CMakeLists.txt.orig	2022-09-19 11:42:41 UTC
+++ fdbmonitor/CMakeLists.txt
@@ -56,8 +56,3 @@ endif()
   configure_file(${CMAKE_SOURCE_DIR}/contrib/generate_profile.sh
     ${CMAKE_BINARY_DIR}/contrib/generate_profile.sh)
 endif()
-
-add_custom_target(generate_profile
-  COMMAND  ${CMAKE_BINARY_DIR}/contrib/generate_profile.sh ${CMAKE_BINARY_DIR})
-
-add_dependencies(generate_profile fdbmonitor fdbserver mako fdbcli)