diff --git a/CMakeLists.txt b/CMakeLists.txt index fcdd07a2..b0d27402 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) @@ -35,7 +35,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastcdr VERSION 2.1.2 LANGUAGES CXX) +project(fastcdr VERSION 2.1.3 LANGUAGES CXX) set(PROJECT_NAME_STYLED "FastCDR") set(PROJECT_NAME_LARGE "Fast CDR") 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)