Remove unused CMake extras (#84)

Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
Dan Rose 2020-02-10 09:08:23 -06:00 committed by GitHub
parent 1c500379ae
commit 20007b4dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 17 deletions

View file

@ -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/

View file

@ -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.