mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 18:20:06 +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()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if(HAS_MAX)
|
if(NOT HAS_MAX)
|
||||||
message(STATUS "No Autodesk 3ds Max SDK found, can not build IFCMax.")
|
message(STATUS "Autodesk 3ds Max SDK not found, is required to build IFCMax.")
|
||||||
else()
|
else()
|
||||||
add_subdirectory(../src/ifcmax ifcmax)
|
add_subdirectory(../src/ifcmax ifcmax)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user