diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-11-09 12:40:14 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-11-09 13:22:20 +0300 |
commit | 3cdccc606ba559f2d666fb21d60125f763bd9b81 (patch) | |
tree | 1bf0985c3a6fd71063d730c44e36146b567e5b86 | |
parent | f562623c17e6878779ef7e2307964ff0cd4c76b0 (diff) | |
download | ydb-3cdccc606ba559f2d666fb21d60125f763bd9b81.tar.gz |
Improve check awareness
-rw-r--r-- | ydb/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ydb/epilogue.cmake | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ydb/CMakeLists.txt b/ydb/CMakeLists.txt index 4a754caddf..066036e84b 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 eec6cb7862..97ef638b67 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 |