Skip to content

Commit 8a03a13

Browse files
committed
cmake - match ifc4x3 for examples more precisely
1 parent 8bb7ef5 commit 8a03a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ set_target_properties(IfcAdvancedHouse PROPERTIES FOLDER Examples)
3636
endif()
3737
endif(SCHEMA_VERSIONS MATCHES "2x3")
3838

39-
if(SCHEMA_VERSIONS MATCHES "4x3")
39+
if(SCHEMA_VERSIONS MATCHES "4x3_add2")
4040
ADD_EXECUTABLE(IfcAlignment IfcAlignment.cpp)
4141
TARGET_LINK_LIBRARIES(IfcAlignment ${IFCOPENSHELL_LIBRARIES})
4242
set_target_properties(IfcAlignment PROPERTIES FOLDER Examples)

0 commit comments

Comments
 (0)