We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f9129 commit 8e29c4bCopy full SHA for 8e29c4b
CMakeLists.txt
@@ -99,3 +99,8 @@ write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/ur_client_libraryCo
99
install(FILES ur_client_libraryConfig.cmake
100
DESTINATION lib/cmake/ur_client_library)
101
102
+# When built with catkin available, install package.xml
103
+find_package(catkin)
104
+if(catkin_FOUND)
105
+ install(FILES package.xml DESTINATION share/${PROJECT_NAME})
106
+endif()
0 commit comments