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
CPack's External generator was already a 3.13 feature.
3.17 is picked for CMP0099 by default.
The version is set as a range, so hopefully we have a decade or two before the next deprecation warning.
@@ -18,20 +18,10 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
18
18
"Debug""Release""MinSizeRel""RelWithDebInfo")
19
19
endif()
20
20
21
-
if(POLICY CMP0099)
22
-
cmake_policy(SET CMP0099 NEW)
23
-
else()
24
-
message(WARNING "Your version of CMake is very old. This may cause linking issues if your dependencies are not in your compiler's default search paths.")
0 commit comments