Skip to content

Commit

Permalink
ENH: Require CMake 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Jun 15, 2018
1 parent ca32228 commit e4e5ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(CMAKE_CXX_STANDARD)
#if CMAKE_CXX_STANDARD is requested, then require
#new version of cmake to force C++11 that can
#improve support of C++11 features.
cmake_minimum_required(VERSION 3.8.2 FATAL_ERROR)
cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
else()
cmake_minimum_required(VERSION 2.8.9)
cmake_policy(VERSION 2.8.9)
Expand Down

0 comments on commit e4e5ae2

Please sign in to comment.