mirror of
https://github.com/boostorg/fiber.git
synced 2026-07-21 13:13:32 +00:00
Add target_compile_features, Fiber requires C++11 to build
This commit is contained in:
@@ -57,6 +57,8 @@ target_link_libraries(boost_fiber
|
||||
Boost::smart_ptr
|
||||
)
|
||||
|
||||
target_compile_features(boost_fiber PUBLIC cxx_std_11)
|
||||
|
||||
target_compile_definitions(boost_fiber
|
||||
PUBLIC BOOST_FIBER_NO_LIB
|
||||
PRIVATE BOOST_FIBER_SOURCE BOOST_FIBERS_SOURCE
|
||||
|
||||
Reference in New Issue
Block a user