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.
2 parents a6c957a + 4676702 commit 26e59f6Copy full SHA for 26e59f6
buildscripts/cmake/DeclareModuleSetup.cmake
@@ -89,7 +89,7 @@ function(target_precompile_headers_clang_ccache target)
89
target_precompile_headers(${target} ${ARGN})
90
91
# https://discourse.cmake.org/t/ccache-clang-and-fno-pch-timestamp/7253
92
- if (CC_IS_CLANG AND CCACHE_PROGRAM)
+ if (CC_IS_CLANG AND COMPILER_CACHE_PROGRAM)
93
target_compile_options(${target} PRIVATE
94
"$<$<COMPILE_LANGUAGE:CXX>:SHELL:-Xclang -fno-pch-timestamp>"
95
)
0 commit comments