diff --git a/CMakeLists.txt b/CMakeLists.txt index fcdd07a2..50f3e397 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ ############################################################################### # CMake build rules for FastCDR # ############################################################################### -cmake_minimum_required(VERSION 3.22) +cmake_minimum_required(VERSION 3.20) # Set CMAKE_BUILD_TYPE to Release by default. if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) diff --git a/test/cmake/CMakeLists.txt b/test/cmake/CMakeLists.txt index dc092e91..c3e5c67e 100644 --- a/test/cmake/CMakeLists.txt +++ b/test/cmake/CMakeLists.txt @@ -15,7 +15,7 @@ ############################################################################### # Auxiliary project for check_configuration.cmake module testing ############################################################################### -cmake_minimum_required(VERSION 3.22) +cmake_minimum_required(VERSION 3.20) # setup option(TEST_FALLBACK "Ignore CMake builtin instrospection and use our original fallback" OFF)