diff --git a/CMakeLists.txt b/CMakeLists.txt index 8de7704..a91fc43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ find_package_handle_standard_args(LibSqlite3 DEFAULT_MSG LIBSQLITE3_LIBRARY LIB mark_as_advanced(LIBSQLITE3_INCLUDE_DIR LIBSQLITE3_LIBRARY ) -find_package(Boost COMPONENTS filesystem) +find_package(Boost COMPONENTS system filesystem) include_directories( "${PROJECT_BINARY_DIR}"