CMP0012: Remove support for OLD behavior

This commit is contained in:
Brad King
2024-11-17 10:12:00 -05:00
parent 3c0dbb66f5
commit 98a59ba8ad
11 changed files with 14 additions and 151 deletions
-2
View File
@@ -623,8 +623,6 @@ If the library type is not specified, ``MODULE`` is assumed.
cmake_policy(PUSH)
# numbers and boolean constants
cmake_policy (SET CMP0012 NEW)
# foreach loop variable scope
cmake_policy (SET CMP0124 NEW)