cmake - remove redundant msvc check for ccache (e02d6c3f)

This commit is contained in:
Andrej730
2025-09-29 17:39:43 +05:00
parent e02d6c3f4b
commit 2264e69a1e
+1 -1
View File
@@ -127,7 +127,7 @@ if((BUILD_CONVERT OR BUILD_GEOMSERVER OR BUILD_IFCPYTHON) AND(NOT BUILD_IFCGEOM)
set(BUILD_IFCGEOM ON)
endif()
if(CCACHE_FOUND AND MSVC)
if(CCACHE_FOUND)
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
if(MSVC)
# By default Visual Studio generators will use /Zi which is not compatible