We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb7ef5 commit 8a03a13Copy full SHA for 8a03a13
1 file changed
src/examples/CMakeLists.txt
@@ -36,7 +36,7 @@ set_target_properties(IfcAdvancedHouse PROPERTIES FOLDER Examples)
36
endif()
37
endif(SCHEMA_VERSIONS MATCHES "2x3")
38
39
-if(SCHEMA_VERSIONS MATCHES "4x3")
+if(SCHEMA_VERSIONS MATCHES "4x3_add2")
40
ADD_EXECUTABLE(IfcAlignment IfcAlignment.cpp)
41
TARGET_LINK_LIBRARIES(IfcAlignment ${IFCOPENSHELL_LIBRARIES})
42
set_target_properties(IfcAlignment PROPERTIES FOLDER Examples)
0 commit comments