Skip to content
Snippets Groups Projects
Commit bf3b3ad2 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] drop BOOST_BIND_GLOBAL_PLACEHOLDERS

parent 540e3038
No related branches found
No related tags found
No related merge requests found
Pipeline #13607 passed with warnings
......@@ -86,12 +86,6 @@ IF(BUILD_PYTHON_INTERFACE)
SET(PYWRAP ${PROJECT_NAME}_pywrap)
ADD_PROJECT_DEPENDENCY(eigenpy REQUIRED PKG_CONFIG_REQUIRES eigenpy)
SEARCH_FOR_BOOST_PYTHON(REQUIRED)
IF(Boost_VERSION GREATER 107299)
# Silence a warning about a deprecated use of boost bind by boost python
# at least fo boost 1.73 to 1.75
ADD_DEFINITIONS(-DBOOST_BIND_GLOBAL_PLACEHOLDERS)
ENDIF()
ENDIF(BUILD_PYTHON_INTERFACE)
# Main Library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment