We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280005c commit 7e3f96eCopy full SHA for 7e3f96e
CMakeLists.txt
@@ -181,6 +181,12 @@ IF(BUILD_WITH_HPP_FCL_SUPPORT)
181
ENDIF(BUILD_PYTHON_INTERFACE)
182
ENDIF(BUILD_WITH_HPP_FCL_SUPPORT)
183
184
+# Enforce the preprocessed version of boost::list and boost::vector
185
+# This information is redundant with the content of include/pinocchio/container/boost-container-limits.hpp
186
+# but it avoids any compilation issue.
187
+ADD_DEFINITIONS(-DBOOST_MPL_LIMIT_LIST_SIZE=30)
188
+ADD_DEFINITIONS(-DBOOST_MPL_LIMIT_VECTOR_SIZE=30)
189
+
190
# Path to boost headers
191
INCLUDE_DIRECTORIES(SYSTEM ${Boost_INCLUDE_DIRS})
192
0 commit comments