Skip to content

Commit

Permalink
Merge pull request #430 from nitrix/feat/cmake-3.13
Browse files Browse the repository at this point in the history
Bump CMake minimum version to 3.13
  • Loading branch information
recp authored Sep 10, 2024
2 parents c12f318 + 5484259 commit 93a2926
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8.2)
cmake_minimum_required(VERSION 3.13)
project(cglm
VERSION 0.9.5
HOMEPAGE_URL https://github.com/recp/cglm
Expand Down

0 comments on commit 93a2926

Please sign in to comment.