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 da52591 commit 4c0a5baCopy full SHA for 4c0a5ba
CMakeLists.txt
@@ -10,6 +10,7 @@ find_program(CCACHE_FOUND ccache)
10
if(CCACHE_FOUND)
11
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
12
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
13
+ set(ENV{CCACHE_SLOPPINESS} pch_defines,time_macros)
14
endif(CCACHE_FOUND)
15
16
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
0 commit comments