From 3bc9f81b6a2dde6dc33b1976b9d9de9b4bbfb8bc Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 17 Sep 2023 21:02:05 +0200 Subject: [PATCH] Remove 4x3 RCs from cmake defaults --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 2a2d7b8e60..19cd00c528 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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()