Skip to content

Commit f39adf8

Browse files
authored
Find python directly instead of using GzPython
Part of gazebosim/gz-cmake#350. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent ef05935 commit f39adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gz_rendering_test.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
#################################################
1717

18-
include(GzPython)
18+
find_package(Python3 REQUIRED COMPONENTS Interpreter)
1919

2020
# Determine Ubuntu version to enable/disable vulkan backend testing
2121
if (UNIX AND NOT APPLE)

0 commit comments

Comments
 (0)