summaryrefslogtreecommitdiffstats
path: root/Modules/FindPython
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-11-17 15:12:00 (GMT)
committerBrad King <brad.king@kitware.com>2025-01-17 14:28:36 (GMT)
commit98a59ba8ad842e95af9963f57e671337defd177c (patch)
treeef4d51abda1a8a450c57bbaaab861d42f3e0f8b3 /Modules/FindPython
parent3c0dbb66f5dd728c9ab3c3fb403f6a21df92d955 (diff)
downloadCMake-98a59ba8ad842e95af9963f57e671337defd177c.zip
CMake-98a59ba8ad842e95af9963f57e671337defd177c.tar.gz
CMake-98a59ba8ad842e95af9963f57e671337defd177c.tar.bz2
CMP0012: Remove support for OLD behavior
Diffstat (limited to 'Modules/FindPython')
-rw-r--r--Modules/FindPython/Support.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindPython/Support.cmake b/Modules/FindPython/Support.cmake
index 9cc8703..c647315 100644
--- a/Modules/FindPython/Support.cmake
+++ b/Modules/FindPython/Support.cmake
@@ -10,8 +10,6 @@
#
cmake_policy(PUSH)
-# numbers and boolean constants
-cmake_policy (SET CMP0012 NEW)
# IN_LIST operator
cmake_policy (SET CMP0057 NEW)
# foreach loop variable scope