ifcopenshell installation notion about compiling only specific schemas

This commit is contained in:
Andrej730
2024-02-06 14:16:52 +05:00
parent 070f869932
commit 3dd94889fa
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -719,6 +719,8 @@ if(NOT SCHEMA_VERSIONS)
endif()
endif()
message(STATUS "IFC SCHEMA_VERSIONS that will be used for the build: ${SCHEMA_VERSIONS}.")
foreach(schema ${SCHEMA_VERSIONS})
add_definitions(-DHAS_SCHEMA_${schema})
endforeach()