We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1afd9 commit 1077fe6Copy full SHA for 1077fe6
CMakeLists.txt
@@ -77,6 +77,9 @@ if (MSVC)
77
add_compile_options(/wd4996)
78
endif (MSVC)
79
80
+# QPID-8605: silence the global placeholders deprecation warning from boost
81
+add_compile_definitions(BOOST_BIND_GLOBAL_PLACEHOLDERS)
82
+
83
# Overall packaging/install options.
84
# This section also has all the setup for various packaging-specific options.
85
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
0 commit comments