We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2b04e commit 7b03aeaCopy full SHA for 7b03aea
tools/cmake/app.cmake
@@ -24,8 +24,6 @@ enable_language(C CXX ASM)
24
# Note: This is nice to have, but is also required because STM32Cube will only work on files with a .elf extension
25
set(CMAKE_EXECUTABLE_SUFFIX .elf)
26
27
-# Find Python and needed packages
28
-find_package(Python3)
29
# Find Python
30
find_package(Python3 COMPONENTS Interpreter)
31
include(${CMAKE_CURRENT_LIST_DIR}/CheckPythonPackage.cmake)
0 commit comments