Remove 4x3 RCs from cmake defaults

This commit is contained in:
Thomas Krijnen
2023-09-17 21:02:05 +02:00
committed by GitHub
parent 053e3a3191
commit 3bc9f81b6a
+1 -1
View File
@@ -705,7 +705,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_rc1" "4x3_rc2" "4x3_rc3" "4x3_rc4" "4x3" "4x3_tc1" "4x3_add1")
set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3_tc1" "4x3_add1")
endif()
endif()