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 #########################
|
||||||
# Boost configuration
|
# 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})
|
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
|
||||||
if(Boost_FOUND)
|
if(Boost_FOUND)
|
||||||
# Include and link with boost
|
# Include and link with boost
|
||||||
|
|||||||
Reference in New Issue
Block a user