Skip to content

Commit c446b67

Browse files
committed
Whitespace removal
1 parent 0c3a9a0 commit c446b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(VXSORT_USE_LINKER "" CACHE STRING "Custom linker for -fuse-ld=...")
1919
find_program(CCACHE_PROGRAM ccache)
2020
if(CCACHE_PROGRAM AND ${VXSORT_CCACHE})
2121
message("ccache detected - using ccache to cache object files across compilations")
22-
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
22+
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
2323
endif()
2424

2525
# Make sure we can import out CMake functions

0 commit comments

Comments
 (0)