Skip to content

Commit

Permalink
Revert CMake MinVersion back to 3.9
Browse files Browse the repository at this point in the history
Removed code that requires cmake 3.11
  • Loading branch information
SimplyLiz authored Feb 18, 2019
1 parent c56d39c commit d2ef981
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.11 FATAL_ERROR)
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)

# create the cmake project
project(
Expand Down

0 comments on commit d2ef981

Please sign in to comment.