diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ea42e0b0..80d918b3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # EnTT -cmake_minimum_required(VERSION 3.28.6) +cmake_minimum_required(VERSION 3.28) # Read project version diff --git a/conan/test_package/CMakeLists.txt b/conan/test_package/CMakeLists.txt index 04200fbf9..6e28c260d 100644 --- a/conan/test_package/CMakeLists.txt +++ b/conan/test_package/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.28.6) +cmake_minimum_required(VERSION 3.28) project(test_package) set(CMAKE_VERBOSE_MAKEFILE TRUE)