You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/ccache.cmake
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
include(cmake/utils.cmake)
4
4
5
+
set(CHCACHE_EXECUTABLE_PATH ""CACHESTRING"Path to chcache executable to use. If the compiler cache is set to use chcache, chcache will be used from here instead of building it.")
6
+
5
7
# Defensive programming: early return to avoid configuring any cache after we've set dummy launchers.
6
8
# If something includes this file by mistake after the first setup, it'd override the dummy launchers.
7
9
if(USING_DUMMY_LAUNCHERS)
@@ -22,12 +24,18 @@ set(COMPILER_CACHE "auto" CACHE STRING "Speedup re-compilations using the cachin
0 commit comments