From c2c0edaec27b4e1b058b896d9e27f00207f90341 Mon Sep 17 00:00:00 2001 From: firewave Date: Mon, 10 Feb 2025 04:26:05 +0100 Subject: [PATCH] bumped minimum CMake version to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88c46b9e..c3fcf4ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.5) +cmake_minimum_required (VERSION 3.10) project (simplecpp LANGUAGES CXX) option(DISABLE_CPP03_SYNTAX_CHECK "Disable the C++03 syntax check." OFF)