Skip to content

Commit

Permalink
Fix CMake warning: Bump CMAKE_MINIMUM_REQUIRED version
Browse files Browse the repository at this point in the history
Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Signed-off-by: Steffen Pankratz <[email protected]>
  • Loading branch information
kratz00 authored and icculus committed Jun 24, 2023
1 parent b4e32da commit 601fe66
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 @@ -14,7 +14,7 @@
# and even on the original test system, become incorrect over time.
# Only choose options you want/need to squeeze every byte off the download.

CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)

# !!! FIXME: this is stupid.
IF(NOT BEOS)
Expand Down

0 comments on commit 601fe66

Please sign in to comment.