diff --git a/FlippR-Driver/CMakeLists.txt b/FlippR-Driver/CMakeLists.txt index eb8d8f3..7069264 100644 --- a/FlippR-Driver/CMakeLists.txt +++ b/FlippR-Driver/CMakeLists.txt @@ -71,7 +71,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_SOURCE_DIR}/${LIB_DIR ######################### BOOST ######################### # Boost configuration -set(BOOST_COMPONENTS program_options thread timer chrono) +set(BOOST_COMPONENTS program_options thread timer chrono filesystem) find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS}) if(Boost_FOUND) # Include and link with boost