Skip to content

Commit 0dba8f4

Browse files
committed
Fix cached variable's type
1 parent a16fe02 commit 0dba8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ file(READ "src/client/resources/ydb_sdk_version.txt" YDB_SDK_VERSION)
2727
an absolute path, and we have to know the proper prefix of that path.
2828
See details: https://ccache.dev/manual/3.1.html#_compiling_in_different_directories
2929
#]=============================================================================]
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")
3232

3333
include(GNUInstallDirs)
3434
include(CMakePackageConfigHelpers)

0 commit comments

Comments
 (0)