Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
3ae1140c
Commit
3ae1140c
authored
Feb 23, 2012
by
isucan
Browse files
add rpath magic
git-svn-id:
https://kforge.ros.org/fcl/fcl_ros@78
253336fb-580f-4252-a368-f3cef5a2a82b
parent
edcc8a75
Changes
1
Hide whitespace changes
Inline
Side-by-side
trunk/fcl/CMakeLists.txt
View file @
3ae1140c
...
...
@@ -10,10 +10,15 @@ project(fcl CXX C)
#set(ROS_BUILD_TYPE RelWithDebInfo)
set
(
CMAKE_BUILD_TYPE Release
)
set
(
FCL_VERSION
"0.1.
0
"
)
set
(
FCL_VERSION
"0.1.
1
"
)
set
(
PKG_DESC
"Fast Collision Library"
)
set
(
PKG_EXTERNAL_DEPS
"ccd flann"
)
set
(
CMAKE_SKIP_BUILD_RPATH FALSE
)
set
(
CMAKE_BUILD_WITH_INSTALL_RPATH FALSE
)
set
(
CMAKE_INSTALL_RPATH
"
${
CMAKE_INSTALL_PREFIX
}
/lib"
)
set
(
CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE
)
#set the default path for built executables to the "bin" directory
set
(
EXECUTABLE_OUTPUT_PATH
${
PROJECT_SOURCE_DIR
}
/bin
)
#set the default path for built libraries to the "lib" directory
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment