diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ef0caa..3e0129d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # See https://discourse.cmake.org/t/how-to-fix-cmake-minimum-required-deprecation-warning/2487/2 # for more on setting the minimum required version. -cmake_minimum_required(VERSION 3.9...3.31.7) +cmake_minimum_required(VERSION 3.14...3.31) project(readerwriterqueue VERSION 1.0.7) include(GNUInstallDirs)