Skip to content

Commit

Permalink
build(CMakeLists.txt): add definition to workaround bcrypt link error…
Browse files Browse the repository at this point in the history
… with mingw-w64
  • Loading branch information
WhiredPlanck committed Oct 2, 2023
1 parent f8cfa80 commit 9adea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +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)
add_definitions(-DBOOST_DLL_USE_STD_FS -DBOOST_UUID_FORCE_AUTO_LINK)
endif()

if(ENABLE_LOGGING)
Expand Down

0 comments on commit 9adea29

Please sign in to comment.