You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntax like cmake_minimum_required(VERSION 3.20...3.29) sets policies for up to 3.29 automatically. And since a new policy stack is created even when using include and find_package, all of these should be safe 1
Syntax like
cmake_minimum_required(VERSION 3.20...3.29)
sets policies for up to3.29
automatically. And since a new policy stack is created even when usinginclude
andfind_package
, all of these should be safe 1Footnotes
https://cmake.org/cmake/help/latest/command/cmake_policy.html#cmake-policy-stack ↩
The text was updated successfully, but these errors were encountered: