Skip to content

Commit

Permalink
Update minimal cmake version to 3.15
Browse files Browse the repository at this point in the history
* 3.12 is required for add_compile_definitions
* 3.15 is required for CMP0091 policy
  • Loading branch information
e-kud committed Aug 12, 2024
1 parent a836b3b commit 08e2491
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.10)
cmake_minimum_required(VERSION 3.15)

set(BUILD_NUMBER CACHE STRING "The number of the current build.")

Expand Down

0 comments on commit 08e2491

Please sign in to comment.