adapted filesystem library

This commit is contained in:
Johannes Wendel
2019-08-22 22:10:06 +02:00
parent 629524aa15
commit 3f0356dbfc

View File

@@ -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