fix IFC_MAX check

This commit is contained in:
Dirk Olbrich
2022-09-13 16:05:34 +02:00
committed by Thomas Krijnen
parent 9caac14014
commit 562ed5908d
+2 -2
View File
@@ -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()