cmake: Minimum CMake version is now 2.8.12.
This commit is contained in:
parent
95fd951c57
commit
f5458fbc6c
|
@ -9,7 +9,7 @@
|
||||||
# compile, using preprocessor checks for platform-specific bits instead of
|
# compile, using preprocessor checks for platform-specific bits instead of
|
||||||
# testing in here.
|
# testing in here.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.4)
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
|
|
||||||
project(PhysicsFS)
|
project(PhysicsFS)
|
||||||
set(PHYSFS_VERSION 3.0.2)
|
set(PHYSFS_VERSION 3.0.2)
|
||||||
|
|
Loading…
Reference in New Issue