diff --git a/CMakeLists.txt b/CMakeLists.txt index e8a38cfe..eedde284 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,7 @@ -cmake_minimum_required(VERSION 3.9) +# 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) project(concurrentqueue VERSION 1.0.0) include(GNUInstallDirs)