mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
cmake - remove redundant msvc check for ccache (e02d6c3f)
This commit is contained in:
@@ -127,7 +127,7 @@ if((BUILD_CONVERT OR BUILD_GEOMSERVER OR BUILD_IFCPYTHON) AND(NOT BUILD_IFCGEOM)
|
|||||||
set(BUILD_IFCGEOM ON)
|
set(BUILD_IFCGEOM ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CCACHE_FOUND AND MSVC)
|
if(CCACHE_FOUND)
|
||||||
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
|
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# By default Visual Studio generators will use /Zi which is not compatible
|
# By default Visual Studio generators will use /Zi which is not compatible
|
||||||
|
|||||||
Reference in New Issue
Block a user