mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
MSVC /MP
This commit is contained in:
@@ -466,6 +466,8 @@ if(ENABLE_BUILD_OPTIMIZATIONS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
IF(MSVC)
|
IF(MSVC)
|
||||||
|
add_definitions(/MP)
|
||||||
|
|
||||||
# Enable solution folders (free VS versions prior to 2012 don't support solution folders)
|
# Enable solution folders (free VS versions prior to 2012 don't support solution folders)
|
||||||
if (MSVC_VERSION GREATER 1600)
|
if (MSVC_VERSION GREATER 1600)
|
||||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user