From fb2cef42e285ec80b0fc90f633f362366da20a86 Mon Sep 17 00:00:00 2001 From: Alfredo Correa Date: Sun, 6 Oct 2024 23:26:54 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77c6faf0..74066d0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,7 @@ install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}-config-version.cmake" "${PR install(DIRECTORY "include/" TYPE INCLUDE) if(MULTI_BUILD_TESTS) - find_package(Boost) # you can use your own Boost and use `cmake -DBOOST_ROOT=$HOME/local` + find_package(Boost COMPONENTS boost) # you can use your own Boost and use `cmake -DBOOST_ROOT=$HOME/local` if(NOT Boost_FOUND) message(WARNING "Cannot find Boost, Multi library will not be fully tested.") else()