File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ file(READ "src/client/resources/ydb_sdk_version.txt" YDB_SDK_VERSION)
27
27
an absolute path, and we have to know the proper prefix of that path.
28
28
See details: https://ccache.dev/manual/3.1.html#_compiling_in_different_directories
29
29
#]=============================================================================]
30
- set (ARCADIA_ROOT ${YDB_SDK_SOURCE_DIR} CACHE PATH "The source root directory" )
31
- set (ARCADIA_BUILD_ROOT ${YDB_SDK_BINARY_DIR} CACHE PATH "The build root directory" )
30
+ set (ARCADIA_ROOT ${YDB_SDK_SOURCE_DIR} CACHE INTERNAL "The source root directory" )
31
+ set (ARCADIA_BUILD_ROOT ${YDB_SDK_BINARY_DIR} CACHE INTERNAL "The build root directory" )
32
32
33
33
include (GNUInstallDirs )
34
34
include (CMakePackageConfigHelpers )
You can’t perform that action at this time.
0 commit comments