Skip to content

Commit

Permalink
cmake: eliminate deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Oct 4, 2023
1 parent 6482757 commit 3411d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GetCacheVariables.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_policy (PUSH)
cmake_policy (VERSION 3.3)
cmake_policy (VERSION 3.16...3.27)

include (CMakeParseArguments)

Expand Down

0 comments on commit 3411d58

Please sign in to comment.