Skip to content

Commit

Permalink
avoid using absolute paths in extra files
Browse files Browse the repository at this point in the history
fixes #9
  • Loading branch information
wjwwood committed Feb 4, 2014
1 parent 70ce79c commit 9bcb4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cmake_modules-extras.cmake.installspace.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Prepend the installed cmake modules to the cmake module path
list(INSERT CMAKE_MODULE_PATH 0 @CMAKE_INSTALL_PREFIX@/@CATKIN_PACKAGE_SHARE_DESTINATION@/cmake/Modules)
list(INSERT CMAKE_MODULE_PATH 0 ${cmake_modules_DIR}/../../../@CATKIN_PACKAGE_SHARE_DESTINATION@/cmake/Modules)

0 comments on commit 9bcb4e3

Please # to comment.