From 023f0746f6e324041a6d6ba6ef470896539da597 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Sat, 7 Oct 2023 23:19:15 -0700 Subject: [PATCH] Quiet warnings with recent CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ca41c4..042b341 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.12...3.6.0) project(using_cpp) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/tools)