mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
refactor conditional for 3ds Max SDK
This commit is contained in:
committed by
Thomas Krijnen
parent
76948c5156
commit
1578efe366
@@ -1052,10 +1052,10 @@ if(NOT MINIMAL_BUILD AND BUILD_IFCMAX)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
if(NOT HAS_MAX)
|
||||
message(STATUS "Autodesk 3ds Max SDK not found, is required to build IFCMax.")
|
||||
else()
|
||||
if(HAS_MAX)
|
||||
add_subdirectory(../src/ifcmax ifcmax)
|
||||
else()
|
||||
message(STATUS "Autodesk 3ds Max SDK not found, is required to build IFCMax.")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user