[common] fix fibers by using older boost instead of minicoro #2665

Open
Lizzie wants to merge 3 commits from fix-fibers-2 into master
Showing only changes of commit 1d1f51ca8e - Show all commits

View file

@ -260,6 +260,10 @@ else()
target_link_libraries(common PUBLIC Boost::headers)
endif()
if (TARGET Boost::context)
target_link_libraries(common PUBLIC Boost::context)
endif()
if (lz4_ADDED)
target_include_directories(common PRIVATE ${lz4_SOURCE_DIR}/lib)
endif()