Skip to content

Commit

Permalink
Changes for replacing PythonInterp with Python3 (#907)
Browse files Browse the repository at this point in the history
Signed-off-by: Bi0T1N <Bi0T1N@users.noreply.github.com>
Co-authored-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
Bi0T1N and j-rivero authored May 2, 2022
1 parent 53f2042 commit 8a3e5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ set(tests
world_dom.cc
)

if (PYTHONINTERP_FOUND AND PY_PSUTIL)
if (Python3_Interpreter_FOUND AND PY_PSUTIL)
set(tests ${tests} element_memory_leak.cc)
endif()

Expand Down

0 comments on commit 8a3e5a8

Please sign in to comment.