Skip to content

Commit

Permalink
Update the minimum required CMake version (#121)
Browse files Browse the repository at this point in the history
Close #120
  • Loading branch information
WopsS authored Feb 11, 2024
1 parent 329989a commit 822d1a8
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.0)
cmake_minimum_required(VERSION 3.5)

set(KANGARU_VERSION_MAJOR "4")
set(KANGARU_VERSION_MINOR "3")
Expand Down

0 comments on commit 822d1a8

Please sign in to comment.