summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <[email protected]>2023-11-09 12:40:14 +0300
committeralexv-smirnov <[email protected]>2023-11-09 13:22:20 +0300
commit3cdccc606ba559f2d666fb21d60125f763bd9b81 (patch)
tree1bf0985c3a6fd71063d730c44e36146b567e5b86
parentf562623c17e6878779ef7e2307964ff0cd4c76b0 (diff)
Improve check awareness
-rw-r--r--ydb/CMakeLists.txt1
-rw-r--r--ydb/epilogue.cmake1
2 files changed, 0 insertions, 2 deletions
diff --git a/ydb/CMakeLists.txt b/ydb/CMakeLists.txt
index 4a754caddf8..066036e84b3 100644
--- a/ydb/CMakeLists.txt
+++ b/ydb/CMakeLists.txt
@@ -14,7 +14,6 @@ add_subdirectory(services)
add_subdirectory(tests)
add_custom_target(ydb_py_protos)
-
add_custom_command(
TARGET ydb_py_protos POST_BUILD
COMMAND ${CMAKE_SOURCE_DIR}/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors
diff --git a/ydb/epilogue.cmake b/ydb/epilogue.cmake
index eec6cb78620..97ef638b67f 100644
--- a/ydb/epilogue.cmake
+++ b/ydb/epilogue.cmake
@@ -1,6 +1,5 @@
add_custom_target(ydb_py_protos)
-
add_custom_command(
TARGET ydb_py_protos POST_BUILD
COMMAND ${CMAKE_SOURCE_DIR}/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors