Skip to content

Commit 9080957

Browse files
Luiskyrzr
authored andcommitted
libs2/tf: SWPROT-8720: fix find_package() for Python3 interpreter (SiliconLabsSoftware#57)
(cherry picked from commit d8b0a256fca227a1de99b714361a7a5b4e4cc0eb) Forwarded: SiliconLabsSoftware#57 Relate-to: SiliconLabsSoftware#50 Signed-off-by: Philippe Coval <[email protected]>
1 parent 9ae9522 commit 9080957

File tree

1 file changed

+1
-1
lines changed
  • applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework

1 file changed

+1
-1
lines changed

applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (NOT TARGET unity)
55

66
set(TEST_TOOLS_DIR ${CMAKE_CURRENT_LIST_DIR} CACHE INTERNAL test_tools_dir)
77

8-
find_package(PythonInterp)
8+
find_package(Python3 COMPONENTS Interpreter)
99

1010
include(CMakeFunctions.cmake)
1111

0 commit comments

Comments
 (0)