aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2023-08-30 13:55:44 +0000
committerGuillaume Chatelet <gchatelet@google.com>2023-08-30 13:55:44 +0000
commite2d0f2ca21feadde57a19a563b32d981dabed2f8 (patch)
treeef2857d96fb6fb075151502cf5d1d0629d022ef0
parentf2e02cd86ea238f815d92d022ce66bcd008536f8 (diff)
downloadcpu_features-e2d0f2ca21feadde57a19a563b32d981dabed2f8.tar.gz
Bumping CMake minimum version to 3.13
Following gtest minimum version https://github.com/google/googletest/blob/v1.14.0/CMakeLists.txt#L4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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