mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
fix IFC_MAX check
This commit is contained in:
committed by
Thomas Krijnen
parent
9caac14014
commit
562ed5908d
@@ -1052,8 +1052,8 @@ if(NOT MINIMAL_BUILD AND BUILD_IFCMAX)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
if(HAS_MAX)
|
||||
message(STATUS "No Autodesk 3ds Max SDK found, can not build IFCMax.")
|
||||
if(NOT HAS_MAX)
|
||||
message(STATUS "Autodesk 3ds Max SDK not found, is required to build IFCMax.")
|
||||
else()
|
||||
add_subdirectory(../src/ifcmax ifcmax)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user