Skip to content

Commit

Permalink
Revert "Include cmake extras for testing (#245)"
Browse files Browse the repository at this point in the history
This reverts commit df1ae8a.
  • Loading branch information
jacobperron committed May 20, 2019
1 parent df1ae8a commit e48f9cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions launch_testing_ament_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ if(BUILD_TESTING)
find_package(ament_cmake_pytest REQUIRED)
ament_add_pytest_test(launch_testing_ament_cmake_pytests test)

# Include 'add_launch_test' and it's package dependencies
set(launch_testing_ament_cmake_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(${PROJECT_NAME}-extras.cmake)
include(cmake/add_launch_test.cmake)

ament_index_has_resource(LAUNCH_TESTING_INSTALL_PREFIX packages launch_testing)
if(NOT LAUNCH_TESTING_INSTALL_PREFIX)
Expand Down

0 comments on commit e48f9cc

Please sign in to comment.