Skip to content

Commit

Permalink
Removed leftover requirement that wasn't actually needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-krichenbauer committed Dec 9, 2019
1 parent 6dfd52c commit 56cd765
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_ament_cmake_virtualenv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
endif()

find_package(ament_cmake REQUIRED)
find_package(example_interfaces REQUIRED)
find_package(rclcpp REQUIRED)

find_package(ament_cmake_virtualenv REQUIRED)
Expand Down

0 comments on commit 56cd765

Please sign in to comment.