adapted filesystem library
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user