fixup! Use boost_target_program_options instead of Boost::program_options
This commit is contained in:
parent
83dd1f202e
commit
b68ab8412b
|
@ -9,4 +9,4 @@ if(NOT WIN32)
|
|||
endif()
|
||||
|
||||
add_flow_target(EXECUTABLE NAME fdbrpc_bench SRCS fdbrpc_bench.actor.cpp)
|
||||
target_link_libraries(fdbrpc_bench PUBLIC flow fdbrpc Boost::program_options)
|
||||
target_link_libraries(fdbrpc_bench PUBLIC flow fdbrpc boost_target_program_options)
|
||||
|
|
Loading…
Reference in New Issue