From 5e0eb2a6160201de38d076c085641742ee86a8f6 Mon Sep 17 00:00:00 2001 From: Wojciech Jarosz Date: Tue, 13 Jul 2021 17:14:47 -0400 Subject: [PATCH] updating to suppress cmake version deprecation warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8eda08d..ec63612 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8...3.20.1) project(path) if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU") # Enable C++11 mode on GCC / Clang