Skip to content

Commit e115cc8

Browse files
committed
Revert "Fix src_root and src_location tests (#164)"
This reverts commit 2f5f71d.
1 parent 0754fa1 commit e115cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,8 @@ endif()
687687

688688
# NOTE: these definitions are needed to `util/system/src_root.h` works properly
689689
target_compile_definitions(yutil PUBLIC
690-
ARCADIA_ROOT=${ARCADIA_ROOT}
691-
ARCADIA_BUILD_ROOT=${ARCADIA_BUILD_ROOT}
690+
ARCADIA_ROOT=${YDB_SDK_SOURCE_DIR}
691+
ARCADIA_BUILD_ROOT=${YDB_SDK_BINARY_DIR}
692692
)
693693

694694
_ydb_sdk_install_targets(TARGETS yutil)

0 commit comments

Comments
 (0)