File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,9 @@ if(BUILD_PYTHON_INTERFACE)
161
161
set (PINOCCHIO_PYTHON_INSTALL_DIR ${ABSOLUTE_PYTHON_SITELIB} /${PROJECT_NAME} )
162
162
163
163
pinocchio_python_bindings_specific_type (default )
164
- # This allows to precompile external headers (boost/python, eigen...) in order to accelerate build of
165
- # python bindings. Some extensive tests were run to see if it was useful to do the same for the
166
- # main library but, they were not conclusive, only the bindings benefits from it.
164
+ # This allows to precompile external headers (boost/python, eigen...) in order to accelerate build
165
+ # of python bindings. Some extensive tests were run to see if it was useful to do the same for the
166
+ # main library but, they were not conclusive, only the bindings benefits from it.
167
167
target_precompile_headers (${PYWRAP} _default PRIVATE
168
168
${PROJECT_SOURCE_DIR} /include/pinocchio/bindings/python/pch.hpp )
169
169
set (PYTHON_LIB_NAME "${PYWRAP} _default" )
You can’t perform that action at this time.
0 commit comments