From aef2d05364a6a42758888e626c5afe64b9c979e3 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 29 Apr 2024 20:48:43 +0200 Subject: [PATCH] Add back IFC4X3 sec schema to default in cmake --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index eeffb9c454..9d6aeee836 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -746,7 +746,7 @@ if(NOT SCHEMA_VERSIONS) # super arbitrarily try to keep size down at least a little bit set(SCHEMA_VERSIONS "2x3" "4") else() - set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3_tc1" "4x3_add1" "4x3_add2") + set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3" "4x3_tc1" "4x3_add1" "4x3_add2") endif() endif()