Skip to content

Commit

Permalink
lower cmake min version req for glad and glm to 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhus22 committed Jun 3, 2024
1 parent f1fca16 commit 77550b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/glad/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.29)
cmake_minimum_required(VERSION 3.15...3.29)
project(glad VERSION 4.1)

add_library(glad)
Expand Down
2 changes: 1 addition & 1 deletion deps/glm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.29)
cmake_minimum_required(VERSION 3.15...3.29)
project(glm)

add_library(glm INTERFACE)
Expand Down

0 comments on commit 77550b2

Please sign in to comment.