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

Commit

Permalink
Update minimum CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan4ibanez authored Jan 16, 2024
1 parent 0faeea3 commit edc678f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
cmake_minimum_required(VERSION 3.5)

# >=3.9 enables IPO; >=3.11 prefers GLVND
if(${CMAKE_VERSION} VERSION_LESS 3.11)
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
else()
cmake_policy(VERSION 3.11)
endif()
cmake_minimum_required(VERSION 3.12)

set(IRRLICHTMT_REVISION 13)

Expand Down

0 comments on commit edc678f

Please sign in to comment.