Skip to content

Commit

Permalink
Set minimum CMake version required to 2.8
Browse files Browse the repository at this point in the history
As mentioned by @myself600 in issue NagyD#31, SDLPoP is buildable with CMake 2.8.
  • Loading branch information
Falcury committed May 29, 2016
1 parent 54530c7 commit 3a356a2
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 2.8)
project(SDLPoP)

# Use C++11 when using the C++ compiler
Expand Down

0 comments on commit 3a356a2

Please sign in to comment.