Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
cmake: Minimum CMake version is now 2.8.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 21, 2019
1 parent 1dd5f4f commit 36504d7
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
Expand Up @@ -9,7 +9,7 @@
# compile, using preprocessor checks for platform-specific bits instead of
# testing in here.

cmake_minimum_required(VERSION 2.8.4)
cmake_minimum_required(VERSION 2.8.12)

project(PhysicsFS)
set(PHYSFS_VERSION 3.0.2)
Expand Down

0 comments on commit 36504d7

Please sign in to comment.