Skip to content

Commit

Permalink
cmake - increase minimal required cmake version to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 3, 2024
1 parent 8b70f91 commit 905c14b
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.12)
cmake_minimum_required(VERSION 3.18)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
Expand Down

0 comments on commit 905c14b

Please sign in to comment.