Skip to content

Commit

Permalink
Export old include dir for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke committed Jan 18, 2017
1 parent 93b64b8 commit ed70d43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utilities/xmlrpcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ if(NOT WIN32)
endif()

find_package(catkin REQUIRED COMPONENTS cpp_common)

# The include/xmlrpcpp path is only for compatibility, to be removed in Lunar.
catkin_package(
INCLUDE_DIRS include
INCLUDE_DIRS include include/xmlrpcpp
LIBRARIES xmlrpcpp
CATKIN_DEPENDS cpp_common
)
Expand Down

0 comments on commit ed70d43

Please sign in to comment.