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 0c3a9a0 commit c446b67Copy full SHA for c446b67
CMakeLists.txt
@@ -19,7 +19,7 @@ set(VXSORT_USE_LINKER "" CACHE STRING "Custom linker for -fuse-ld=...")
19
find_program(CCACHE_PROGRAM ccache)
20
if(CCACHE_PROGRAM AND ${VXSORT_CCACHE})
21
message("ccache detected - using ccache to cache object files across compilations")
22
- set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
+ set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
23
endif()
24
25
# Make sure we can import out CMake functions
0 commit comments