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 65d5d90 commit 1dc92dfCopy full SHA for 1dc92df
CMakeLists.txt
@@ -24,8 +24,6 @@ endif()
24
25
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules" "${CMAKE_SOURCE_DIR}/external/libutil/cmake")
26
27
-include(EnableCCache)
28
-
29
set(checkSubmodules FALSE)
30
# Figure out RTTR_REVISION (git hash) and RTTR_VERSION (date)
31
# Those can be manually set to override the default values
@@ -73,6 +71,7 @@ endif()
73
71
74
72
# Just include required
75
include(EnsureOutOfSourceBuild)
+include(EnableCCache)
76
77
if(APPLE)
78
set(CMAKE_INSTALL_RPATH "@executable_path" "@executable_path/../Frameworks")
0 commit comments