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:
parent
f6d338c1b1
commit
cc453dfed8
6 changed files with 0 additions and 79 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue