File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
run : |
10
10
mkdir -p ../build
11
11
rm -rf ../build/*
12
- cmake -DYDB_SDK_TESTS=On -DYDB_SDK_EXAMPLES=On --preset release
12
+ cmake -DYDB_SDK_TESTS=On -DYDB_SDK_EXAMPLES=On -DARCADIA_ROOT="../ydb-cpp-sdk" -DARCADIA_BUILD_ROOT="." - -preset release
13
13
- name : Build
14
14
shell : bash
15
15
run : |
Original file line number Diff line number Diff line change @@ -698,8 +698,8 @@ endif()
698
698
699
699
# These definitions are needed to `util/system/src_root.h` works properly
700
700
target_compile_definitions (yutil PUBLIC
701
- ARCADIA_ROOT=${YDB_SDK_SOURCE_DIR }
702
- ARCADIA_BUILD_ROOT=${YDB_SDK_BINARY_DIR }
701
+ ARCADIA_ROOT=${ARCADIA_ROOT }
702
+ ARCADIA_BUILD_ROOT=${ARCADIA_BUILD_ROOT }
703
703
)
704
704
705
705
_ydb_sdk_install_targets (TARGETS yutil )
You can’t perform that action at this time.
0 commit comments