cmake: Remove previously deprecated look-ups

Removes functions that would handle deprecated variables and
functionality from CMake within Zephyr that were deprecated in
Zephyr 3.1 onwards but before 3.7

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2025-03-18 07:33:19 +00:00 committed by Benjamin Cabé
commit cc453dfed8
6 changed files with 0 additions and 79 deletions

View file

@ -13,8 +13,6 @@ endif()
set(PYTHON_MINIMUM_REQUIRED 3.10)
find_package(Deprecated COMPONENTS PYTHON_PREFER)
if(NOT DEFINED Python3_EXECUTABLE AND DEFINED WEST_PYTHON)
set(Python3_EXECUTABLE "${WEST_PYTHON}")
endif()