From c1e1f3d46c516d29d92b2c81fd66b41466e822b6 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 27 Sep 2020 02:42:44 +0100 Subject: [PATCH] Find all the package components we use --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0170ea5e..78f332876 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -870,7 +870,7 @@ find_program(ETAGS etags) # set (BOOST_ROOT ${PROJECT_SOURCE_DIR}/boost) # endif () set (Boost_USE_STATIC_LIBS OFF) -find_package (Boost 1.63 REQUIRED COMPONENTS log_setup) +find_package (Boost 1.63 REQUIRED COMPONENTS log_setup log) add_definitions (-DBOOST_SYSTEM_NO_DEPRECATED) #