Skip to content

Commit

Permalink
[CMake] Bump cmake_minimum_required to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Jul 29, 2023
1 parent 1ae1491 commit 9118b0a
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.12)
cmake_policy(SET CMP0048 NEW)
if(POLICY CMP0075)
cmake_policy(SET CMP0075 NEW)
Expand Down

0 comments on commit 9118b0a

Please sign in to comment.