File tree Expand file tree Collapse file tree 4 files changed +1
-15
lines changed
launch_testing_ament_cmake Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ if(BUILD_TESTING)
24
24
message (FATAL_ERROR "launch_testing package not found" )
25
25
endif ()
26
26
27
- # Provides PYTHON_EXECUTABLE_DEBUG
28
- find_package (python_cmake_module REQUIRED )
29
- find_package (PythonExtra REQUIRED )
30
-
31
27
# Test argument passing. This test won't pass unless you give it an argument
32
28
add_launch_test (
33
29
"${LAUNCH_TESTING_INSTALL_PREFIX} /share/launch_testing/examples/args_launch_test.py"
Original file line number Diff line number Diff line change @@ -60,12 +60,7 @@ macro(parse_launch_test_arguments namespace filename)
60
60
endif ()
61
61
62
62
if (NOT ${namespace} _PYTHON_EXECUTABLE )
63
- set (${namespace} _PYTHON_EXECUTABLE "${PYTHON_EXECUTABLE} " )
64
- if (WIN32 )
65
- if (CMAKE_BUILD_TYPE STREQUAL "Debug" )
66
- set (${namespace} _PYTHON_EXECUTABLE "${PYTHON_EXECUTABLE_DEBUG} " )
67
- endif ()
68
- endif ()
63
+ set (${namespace} _PYTHON_EXECUTABLE "${Python3_EXECUTABLE} " )
69
64
endif ()
70
65
71
66
set (${namespace} _FILE_NAME NOTFOUND )
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
find_package (ament_cmake_test REQUIRED )
16
- # Provides PYTHON_EXECUTABLE_DEBUG
17
- find_package (python_cmake_module REQUIRED )
18
- find_package (PythonExtra REQUIRED )
19
16
20
17
include ("${launch_testing_ament_cmake_DIR} /add_launch_test.cmake" )
Original file line number Diff line number Diff line change 21
21
<buildtool_depend >ament_cmake</buildtool_depend >
22
22
23
23
<buildtool_export_depend >ament_cmake_test</buildtool_export_depend >
24
- <buildtool_export_depend >python_cmake_module</buildtool_export_depend >
25
24
<buildtool_export_depend >launch_testing</buildtool_export_depend >
26
25
27
26
<test_depend >ament_cmake_copyright</test_depend >
28
27
<test_depend >launch_testing</test_depend >
29
- <test_depend >python_cmake_module</test_depend >
30
28
31
29
<export >
32
30
<build_type >ament_cmake</build_type >
You can’t perform that action at this time.
0 commit comments