Skip to content

Commit

Permalink
feat: make boost process use std filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Oct 5, 2023
1 parent 84a4123 commit c4c6c8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ 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)
add_definitions(
-DBOOST_DLL_USE_STD_FS
-DBOOST_PROCESS_USE_STD_FS
)
endif()

if(ENABLE_LOGGING)
Expand Down

0 comments on commit c4c6c8f

Please # to comment.