cmake - match ifc4x3 for examples more precisely

This commit is contained in:
Andrej730
2025-09-19 18:56:01 +05:00
parent 8bb7ef5e25
commit 8a03a1379e
+1 -1
View File
@@ -36,7 +36,7 @@ set_target_properties(IfcAdvancedHouse PROPERTIES FOLDER Examples)
endif()
endif(SCHEMA_VERSIONS MATCHES "2x3")
if(SCHEMA_VERSIONS MATCHES "4x3")
if(SCHEMA_VERSIONS MATCHES "4x3_add2")
ADD_EXECUTABLE(IfcAlignment IfcAlignment.cpp)
TARGET_LINK_LIBRARIES(IfcAlignment ${IFCOPENSHELL_LIBRARIES})
set_target_properties(IfcAlignment PROPERTIES FOLDER Examples)