Skip to content
Snippets Groups Projects
Commit db021e8f authored by Beerwerth, Randolf's avatar Beerwerth, Randolf
Browse files

fix bcrypt with MSVC

parent 19a08101
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
add_definitions(-DBOOST_ALL_DYN_LINK) # line is needed for MSVC
add_definitions(-DBOOST_UUID_FORCE_AUTO_LINK) # line is needed to link bcrypt for MSVC
# Boost component libraries (do not list headers here)
set(boost_libraries_required filesystem iostreams program_options)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment