Skip to content

Commit bf3b3ad

Browse files
committed
[CMake] drop BOOST_BIND_GLOBAL_PLACEHOLDERS
1 parent 540e303 commit bf3b3ad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ IF(BUILD_PYTHON_INTERFACE)
8686
SET(PYWRAP ${PROJECT_NAME}_pywrap)
8787
ADD_PROJECT_DEPENDENCY(eigenpy REQUIRED PKG_CONFIG_REQUIRES eigenpy)
8888
SEARCH_FOR_BOOST_PYTHON(REQUIRED)
89-
90-
IF(Boost_VERSION GREATER 107299)
91-
# Silence a warning about a deprecated use of boost bind by boost python
92-
# at least fo boost 1.73 to 1.75
93-
ADD_DEFINITIONS(-DBOOST_BIND_GLOBAL_PLACEHOLDERS)
94-
ENDIF()
9589
ENDIF(BUILD_PYTHON_INTERFACE)
9690

9791
# Main Library

0 commit comments

Comments
 (0)