mirror of
https://github.com/ceph/ceph
synced 2025-02-19 00:47:49 +00:00
Merge pull request #39065 from cbodley/wip-48988
cmake: boost>=1.74 adds BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT to radosgw Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
d0c3a5134f
@ -1,3 +1,7 @@
|
||||
if(Boost_VERSION VERSION_GREATER_EQUAL 1.74)
|
||||
add_definitions(-DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT)
|
||||
endif()
|
||||
|
||||
add_custom_target(civetweb_h
|
||||
COMMAND ${CMAKE_COMMAND} -E make_directory
|
||||
"${CMAKE_BINARY_DIR}/src/include/civetweb"
|
||||
|
Loading…
Reference in New Issue
Block a user