We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28792e commit a92beb1Copy full SHA for a92beb1
1 file changed
CMakeLists.txt
@@ -76,6 +76,7 @@ link_directories(${Boost_LIBRARY_DIR_RELEASE})
76
if(NOT Boost_USE_STATIC_LIBS)
77
add_definitions(-DBOOST_ALL_DYN_LINK)
78
endif()
79
+add_definitions(-DBOOST_BIND_GLOBAL_PLACEHOLDERS)
80
81
set(LIB_LIST
82
${CMAKE_THREAD_LIBS_INIT}
0 commit comments