From e2d0f2ca21feadde57a19a563b32d981dabed2f8 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Wed, 30 Aug 2023 13:55:44 +0000 Subject: [PATCH] Bumping CMake minimum version to 3.13 Following gtest minimum version https://github.com/google/googletest/blob/v1.14.0/CMakeLists.txt#L4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b0dd24..ca31423 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.13) # option() honors normal variables. # see: https://cmake.org/cmake/help/git-stage/policy/CMP0077.html