Skip to content

Commit

Permalink
Bump minimum CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostlyDark authored and gonetz committed Jan 8, 2025
1 parent 5f81166 commit a78f458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.10)

option(EGL "Set to ON if targeting an EGL device" ${EGL})
option(PANDORA "Set to ON if targeting an OpenPandora" ${PANDORA})
Expand Down
2 changes: 1 addition & 1 deletion src/GLideNHQ/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.10)

project( GLideNHQ )

Expand Down
2 changes: 1 addition & 1 deletion src/osal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.10)

project( osal )

Expand Down

0 comments on commit a78f458

Please sign in to comment.