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
Stack Of Tasks
pinocchio
Commits
72eb7dcb
Commit
72eb7dcb
authored
Feb 21, 2020
by
Joseph Mirabel
Browse files
[CMake] Fix pc file.
parent
319ae8ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
72eb7dcb
...
...
@@ -91,6 +91,9 @@ SET(PINOCCHIO_MODEL_DIR "${PROJECT_SOURCE_DIR}/models")
# ----------------------------------------------------
ADD_REQUIRED_DEPENDENCY
(
"eigen3 >= 3.0.5"
)
# Variable containing all the cflags definition relative to optional dependencies
SET
(
CFLAGS_DEPENDENCIES
)
IF
(
BUILD_WITH_URDF_SUPPORT
)
ADD_REQUIRED_DEPENDENCY
(
"urdfdom >= 0.2.0"
)
ADD_DEFINITIONS
(
-DPINOCCHIO_WITH_URDFDOM
)
...
...
@@ -170,8 +173,6 @@ SEARCH_FOR_BOOST()
ADD_DEFINITIONS
(
-DBOOST_MPL_LIMIT_LIST_SIZE=30
)
ADD_DEFINITIONS
(
-DBOOST_MPL_LIMIT_VECTOR_SIZE=30
)
# Variable containing all the cflags definition relative to optional dependencies
SET
(
CFLAGS_DEPENDENCIES
)
LIST
(
APPEND CFLAGS_DEPENDENCIES
"-DBOOST_MPL_LIMIT_LIST_SIZE=30"
)
# Path to boost headers
...
...
Write
Preview
Markdown
is supported
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