aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-07-14 12:45:11 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-07-14 12:45:11 +0300
commit22de191b960b3817a5b81d7d2c0873df97866390 (patch)
tree373b223d21bd2d46fd43d8f83e49947b572d9a27
parent36a49ab7ff8ed8dd4ab39d3cd7c9bfef2d0899da (diff)
downloadydb-22de191b960b3817a5b81d7d2c0873df97866390.tar.gz
External build system generator release 42
Update tools: yexport
-rw-r--r--cmake/common.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/common.cmake b/cmake/common.cmake
index 7ef4780e71..2f266468ac 100644
--- a/cmake/common.cmake
+++ b/cmake/common.cmake
@@ -162,8 +162,8 @@ endfunction()
function(vcs_info Tgt)
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/vcs_info.json
- COMMAND Python3::Interpreter ${CMAKE_SOURCE_DIR}/devtools/yexport/scripts/generate_vcs_info.py ${CMAKE_CURRENT_BINARY_DIR}/vcs_info.json ${CMAKE_SOURCE_DIR}
- DEPENDS ${CMAKE_SOURCE_DIR}/devtools/yexport/scripts/generate_vcs_info.py
+ COMMAND Python3::Interpreter ${CMAKE_SOURCE_DIR}/build/scripts/generate_vcs_info.py ${CMAKE_CURRENT_BINARY_DIR}/vcs_info.json ${CMAKE_SOURCE_DIR}
+ DEPENDS ${CMAKE_SOURCE_DIR}/build/scripts/generate_vcs_info.py
)
add_custom_command(