From 2f8ff5fc79e394b95bafdb5931f2cdddb8a7ae1c Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Wed, 26 Aug 2020 11:20:44 +0200 Subject: Extended extra field of annotations to be an list of text-annotation pairs as well Fixed CMake Boost findings --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b68be2f..12319e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,8 +12,7 @@ IF (CMAKE_VERSION VERSION_LESS "3.7.0") set(CMAKE_INCLUDE_CURRENT_DIR ON) ENDIF () -find_package(Boost REQUIRED COMPONENTS system) -find_package(Boost REQUIRED COMPONENTS date_time) +find_package(Boost REQUIRED COMPONENTS system date_time) add_executable(${PROJECT_NAME} # Headers -- cgit v1.2.3-54-g00ecf