Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
coal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coal
coal
Commits
f3f0639e
Commit
f3f0639e
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] update cmake submodule and its use
parent
f92964cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2815
passed
6 years ago
Stage: test
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
4 additions
and
4 deletions
CMakeLists.txt
+
3
−
3
View file @
f3f0639e
...
...
@@ -37,12 +37,12 @@ set(CXX_DISABLE_WERROR TRUE)
include
(
cmake/base.cmake
)
include
(
cmake/eigen.cmake
)
include
(
cmake/boost.cmake
)
include
(
cmake/hpp.cmake
)
set
(
PROJECT_NAME hpp-fcl
)
set
(
PROJECT_DESCRIPTION
"FCL -- The Flexible Collision Library"
"
HPP fork of
FCL -- The Flexible Collision Library"
)
set
(
PROJECT_URL
"http://github.com/humanoid-path-planner/hpp-fcl"
)
IF
(
APPLE
)
SET
(
CMAKE_MACOSX_RPATH TRUE
)
...
...
@@ -57,7 +57,7 @@ IF(APPLE)
endif
(
"
${
isSystemDir
}
"
STREQUAL
"-1"
)
ENDIF
(
APPLE
)
setup_project
()
setup_
hpp_
project
()
add_required_dependency
(
"eigen3 >= 3.0.0"
)
include_directories
(
${
EIGEN3_INCLUDE_DIRS
}
)
...
...
This diff is collapsed.
Click to expand it.
cmake
@
ecaf20c2
Compare
a921f1ea
...
ecaf20c2
Subproject commit
a921f1ead10e551804da70d6080a95dba1e673bd
Subproject commit
ecaf20c28c8ce33de312fbd812f88037cf995b73
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment