require boost
This commit is contained in:
parent
75e37eac42
commit
86aa6cb13e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ add_mnode_dev_executable(mesy_nng_push_pull_main)
|
|||
add_mnode_dev_executable(mesy_nng_pub_producer)
|
||||
add_mnode_dev_executable(mesy_nng_sub_consumer)
|
||||
|
||||
find_package(Boost CONFIG COMPONENTS filesystem system)
|
||||
find_package(Boost CONFIG COMPONENTS filesystem system REQUIRED)
|
||||
if (Boost_FOUND)
|
||||
add_mnode_dev_executable(mana_auto_replay)
|
||||
target_link_libraries(mana_auto_replay PRIVATE nlohmann_json::nlohmann_json mnode::resources Boost::filesystem Boost::system)
|
||||
|
|
Loading…
Reference in a new issue