Skip to content

Commit

Permalink
Update CMake minimum version to 3.7.2
Browse files Browse the repository at this point in the history
- Most package managers already support CMake 3.7.2
- Enables additional CMake features to be utilized
  • Loading branch information
eXpl0it3r committed Jan 16, 2021
1 parent 0ef9647 commit 5e5ac64
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
@@ -1,9 +1,4 @@
# CMake's built-in Android support requires 3.7.0
if(CMAKE_SYSTEM_NAME MATCHES "Android")
cmake_minimum_required(VERSION 3.7.2)
else()
cmake_minimum_required(VERSION 3.0.2)
endif()
cmake_minimum_required(VERSION 3.7.2)

# define a macro that helps defining an option
macro(sfml_set_option var default type docstring)
Expand Down

0 comments on commit 5e5ac64

Please sign in to comment.