1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00

Bumping CMake minimum version to 3.13

Following gtest minimum version https://github.com/google/googletest/blob/v1.14.0/CMakeLists.txt#L4
This commit is contained in:
Guillaume Chatelet 2023-08-30 13:55:44 +00:00
parent f2e02cd86e
commit e2d0f2ca21

View File

@ -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