Skip to content

Commit

Permalink
feat: make boost dll use std filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Oct 2, 2023
1 parent 4f3f8aa commit ef621be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ find_package(Boost 1.74.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})
add_definitions(-DBOOST_DLL_USE_STD_FS)
endif()

if(ENABLE_LOGGING)
Expand Down

0 comments on commit ef621be

Please # to comment.