cmake: change the required cmake version to 3.10

This builds fine with cmake 3.10.X
master
Bhushan Shah 2020-02-08 21:32:54 +05:30
parent e5929e7dd5
commit ec8838aa04
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Need 3.10.3 for C++17 support enabled via CMake: https://cmake.org/cmake/help/v3.10/prop_tgt/CXX_STANDARD.html#prop_tgt:CXX_STANDARD
cmake_minimum_required(VERSION 3.10.3)
# Need 3.10.X for C++17 support enabled via CMake: https://cmake.org/cmake/help/v3.10/prop_tgt/CXX_STANDARD.html#prop_tgt:CXX_STANDARD
cmake_minimum_required(VERSION 3.10)
project(keysmith)