From c02a2087bf4c79b9b801c4dd497fb0cd91624aa8 Mon Sep 17 00:00:00 2001 From: Shaun Edwards Date: Mon, 6 Jan 2014 18:30:38 -0500 Subject: [PATCH] Removed source install from simple message --- simple_message/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/simple_message/CMakeLists.txt b/simple_message/CMakeLists.txt index 1d50957f..2efdbf5b 100644 --- a/simple_message/CMakeLists.txt +++ b/simple_message/CMakeLists.txt @@ -119,9 +119,3 @@ install( DIRECTORY include/${PROJECT_NAME}/ DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}) -# The simple message library is a source library with only the most common -# libraries pre-built. For this reason, the source is installed in the shared -# directory. -install( - DIRECTORY src/ - DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/src)