Skip to content

Commit 436c5c8

Browse files
authored
Update version check in ccache.cmake so ccache can work on older cmake versions (danmar#4567)
* Remove ccache.cmake so ccache can work on older cmake versions * Revert "Remove ccache.cmake so ccache can work on older cmake versions" This reverts commit 22301d4. * Update version
1 parent e3939d3 commit 436c5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ccache.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (CMAKE_VERSION VERSION_LESS "3.17")
1+
if (CMAKE_VERSION VERSION_LESS "3.0")
22
if (CMAKE_CXX_COMPILER_LAUNCHER)
33
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CMAKE_CXX_COMPILER_LAUNCHER}")
44
elseif (CMAKE_C_COMPILER_LAUNCHER)

0 commit comments

Comments
 (0)