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
7e3f96e5
Verified
Commit
7e3f96e5
authored
Jun 07, 2021
by
Justin Carpentier
Browse files
cmake: restore definitions
parent
280005c8
Pipeline
#16747
canceled with stage
in 24 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7e3f96e5
...
...
@@ -181,6 +181,12 @@ IF(BUILD_WITH_HPP_FCL_SUPPORT)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
ENDIF
(
BUILD_WITH_HPP_FCL_SUPPORT
)
# Enforce the preprocessed version of boost::list and boost::vector
# This information is redundant with the content of include/pinocchio/container/boost-container-limits.hpp
# but it avoids any compilation issue.
ADD_DEFINITIONS
(
-DBOOST_MPL_LIMIT_LIST_SIZE=30
)
ADD_DEFINITIONS
(
-DBOOST_MPL_LIMIT_VECTOR_SIZE=30
)
# Path to boost headers
INCLUDE_DIRECTORIES
(
SYSTEM
${
Boost_INCLUDE_DIRS
}
)
...
...
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