diff --git a/CMakeLists.txt b/CMakeLists.txt index b98e59d..bb5e552 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,6 @@ find_package(Boost REQUIRED COMPONENTS system program_options ) -check_link_library(Boost Boost_LIBRARIES) list(APPEND LIBRARIES ${Boost_LIBRARIES}) link_directories(${Boost_LIBRARY_DIRS}) include_directories(SYSTEM ${Boost_INCLUDE_DIR})