Skip to content

Commit

Permalink
Move CMAKE_MINIMUM_REQUIRED to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 authored Apr 19, 2020
1 parent 4405415 commit fbb59cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
# add_compile_definitions() was introduced in cmake 3.12
CMAKE_MINIMUM_REQUIRED(VERSION 3.12.0 FATAL_ERROR)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

Expand Down

0 comments on commit fbb59cd

Please sign in to comment.