summaryrefslogtreecommitdiff
blob: ed0cea6f0f4e29ad033c314a17b07238d6717257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: ros_comm-1.11.15/utilities/xmlrpcpp/CMakeLists.txt
===================================================================
--- ros_comm-1.11.15.orig/utilities/xmlrpcpp/CMakeLists.txt
+++ ros_comm-1.11.15/utilities/xmlrpcpp/CMakeLists.txt
@@ -30,9 +30,8 @@ if(WIN32)
   target_link_libraries(xmlrpcpp ws2_32)
 endif()
 
-# FIXME the headers should be in a package-specific subfolder but can not be for backward compatibility
 install(DIRECTORY include/
-  DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}
+  DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
   FILES_MATCHING PATTERN "*.h")
 
 install(TARGETS xmlrpcpp