Skip to content

Commit

Permalink
Find python directly instead of using GzPython
Browse files Browse the repository at this point in the history
Part of gazebosim/gz-cmake#350.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Apr 18, 2024
1 parent ef05935 commit f39adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gz_rendering_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#################################################

include(GzPython)
find_package(Python3 REQUIRED COMPONENTS Interpreter)

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

0 comments on commit f39adf8

Please sign in to comment.