We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00c03d commit db9a0a7Copy full SHA for db9a0a7
CMakeLists.txt
@@ -7,7 +7,6 @@ if(CCACHE_PROGRAM AND enable_ccache)
7
message(STATUS "Rule launch compile: ${CCACHE_PROGRAM}")
8
else()
9
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "")
10
- message(STATUS "Rule launch compile: '${RULE_LAUNCH_COMPILE}'")
11
endif()
12
13
set(CMAKE_EXPORT_COMPILE_COMMANDS true)
0 commit comments