restore other schema versions

This commit is contained in:
Carmen Fan
2021-07-01 18:20:12 +01:00
committed by Thomas Krijnen
parent 2032b361c8
commit 30f778e0a7
+1 -1
View File
@@ -494,7 +494,7 @@ function(files_for_ifc_version IFC_VERSION RESULT_NAME)
)
endfunction()
set(SCHEMA_VERSIONS "2x3" "4")
set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3_rc1" "4x3_rc2")
foreach(s ${SCHEMA_VERSIONS})
add_definitions(-DHAS_SCHEMA_${s})