We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da93098 commit 6372cf9Copy full SHA for 6372cf9
util/CMakeLists.txt
@@ -730,6 +730,8 @@ elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64")
730
endif()
731
732
# NOTE: these definitions are needed to `util/system/src_root.h` works properly
733
+file(TO_NATIVE_PATH "${ARCADIA_ROOT}" ARCADIA_ROOT)
734
+file(TO_NATIVE_PATH "${ARCADIA_BUILD_ROOT}" ARCADIA_BUILD_ROOT)
735
target_compile_definitions(yutil PUBLIC
736
ARCADIA_ROOT=${ARCADIA_ROOT}
737
ARCADIA_BUILD_ROOT=${ARCADIA_BUILD_ROOT}
0 commit comments