Skip to content

Commit

Permalink
increase required minimum cmake version to 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero authored and erikd committed Aug 5, 2019
1 parent 4a43f2b commit f85a2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.9)

if(NOT (CMAKE_BUILD_TYPE OR CMAKE_CONFIGURATION_TYPES OR DEFINED ENV{CFLAGS} OR DEFINED ENV{CXXFLAGS}))
set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo")
Expand Down

0 comments on commit f85a2f4

Please sign in to comment.