Skip to content

Commit

Permalink
tgbot-cpp: Slience a pragma warning seen with boost placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Feb 27, 2024
1 parent f28792e commit a92beb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ link_directories(${Boost_LIBRARY_DIR_RELEASE})
if(NOT Boost_USE_STATIC_LIBS)
add_definitions(-DBOOST_ALL_DYN_LINK)
endif()
add_definitions(-DBOOST_BIND_GLOBAL_PLACEHOLDERS)

set(LIB_LIST
${CMAKE_THREAD_LIBS_INIT}
Expand Down

0 comments on commit a92beb1

Please sign in to comment.