require boost

This commit is contained in:
Florian Lüke 2024-12-30 08:42:47 +01:00
parent 75e37eac42
commit 86aa6cb13e

View file

@ -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_pub_producer)
add_mnode_dev_executable(mesy_nng_sub_consumer) 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) if (Boost_FOUND)
add_mnode_dev_executable(mana_auto_replay) add_mnode_dev_executable(mana_auto_replay)
target_link_libraries(mana_auto_replay PRIVATE nlohmann_json::nlohmann_json mnode::resources Boost::filesystem Boost::system) target_link_libraries(mana_auto_replay PRIVATE nlohmann_json::nlohmann_json mnode::resources Boost::filesystem Boost::system)