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 69a11b4 commit ab6651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(TEST_INSTALL_DIR ${CMAKE_INSTALL_LIBEXECDIR}/gz/${GZ_DESIGNATION}${PROJECT_V

# Find the Python interpreter for running the
# check_test_ran.py script
include(GzPython)
find_package(Python3 REQUIRED COMPONENTS Interpreter)

function(configure_common_test PHYSICS_ENGINE_NAME test_name)
if(NOT SKIP_${PHYSICS_ENGINE_NAME} AND NOT INTERNAL_SKIP_${PHYSICS_ENGINE_NAME})
Expand Down

0 comments on commit ab6651a

Please sign in to comment.