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