From 20007b4dc25c940e49b36a683af358881f236b1a Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Mon, 10 Feb 2020 09:08:23 -0600 Subject: [PATCH] Remove unused CMake extras (#84) Signed-off-by: Dan Rose --- rmw_cyclonedds_cpp/CMakeLists.txt | 4 +--- rmw_cyclonedds_cpp/rmw_cyclonedds_cpp-extras.cmake | 14 -------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 rmw_cyclonedds_cpp/rmw_cyclonedds_cpp-extras.cmake diff --git a/rmw_cyclonedds_cpp/CMakeLists.txt b/rmw_cyclonedds_cpp/CMakeLists.txt index 9736e5a..60bd817 100644 --- a/rmw_cyclonedds_cpp/CMakeLists.txt +++ b/rmw_cyclonedds_cpp/CMakeLists.txt @@ -101,9 +101,7 @@ if(BUILD_TESTING) ament_lint_auto_find_test_dependencies() endif() -ament_package( - CONFIG_EXTRAS "rmw_cyclonedds_cpp-extras.cmake" -) +ament_package() install( DIRECTORY include/ diff --git a/rmw_cyclonedds_cpp/rmw_cyclonedds_cpp-extras.cmake b/rmw_cyclonedds_cpp/rmw_cyclonedds_cpp-extras.cmake deleted file mode 100644 index eeda675..0000000 --- a/rmw_cyclonedds_cpp/rmw_cyclonedds_cpp-extras.cmake +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2017 Open Source Robotics Foundation, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -