diff --git a/device/CMakeLists.txt b/device/CMakeLists.txt index 4af147a4..0b008939 100644 --- a/device/CMakeLists.txt +++ b/device/CMakeLists.txt @@ -48,7 +48,7 @@ target_link_libraries( uv PRIVATE hwloc - nng::nng + nng rt Boost::interprocess fmt::fmt-header-only diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e4a9edd8..a6592b5f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -13,7 +13,7 @@ target_link_libraries( gtest pthread fmt::fmt-header-only - nng::nng + nng ) target_include_directories( test_common