CMakeDetermineVSServicePack: Add policy to remove this module

It has been documented as deprecated since CMake 3.0.
This commit is contained in:
Brad King
2025-05-28 09:41:34 -04:00
parent 9ffbef62ca
commit 39da33ae81
16 changed files with 93 additions and 1 deletions
@@ -0,0 +1,6 @@
remove-CMakeDetermineVSServicePack
----------------------------------
* The :module`:CMakeDetermineVSServicePack` module has been deprecated
via policy :policy:`CMP0196`. Port projects to the
:variable:`CMAKE_<LANG>_COMPILER_VERSION` variable instead.