Skip to content

Commit

Permalink
Require CMake 3.11 for CMP0072
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Nov 7, 2019
1 parent 19ac12b commit faef5c2
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10.2)
cmake_minimum_required(VERSION 3.11)
set(CMAKE_CXX_STANDARD 11) # available options are [98, 11, 14, 17. 20]
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMake")

Expand Down

0 comments on commit faef5c2

Please sign in to comment.