Skip to content

Commit 7b03aea

Browse files
Rebase against master
1 parent 9e2b04e commit 7b03aea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/cmake/app.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ enable_language(C CXX ASM)
2424
# Note: This is nice to have, but is also required because STM32Cube will only work on files with a .elf extension
2525
set(CMAKE_EXECUTABLE_SUFFIX .elf)
2626

27-
# Find Python and needed packages
28-
find_package(Python3)
2927
# Find Python
3028
find_package(Python3 COMPONENTS Interpreter)
3129
include(${CMAKE_CURRENT_LIST_DIR}/CheckPythonPackage.cmake)

0 commit comments

Comments
 (0)