Skip to content
Snippets Groups Projects
Commit 0353a616 authored by t.knopff's avatar t.knopff
Browse files

Fix problems with msvc and boost bimap

parent 17ee96e3
No related branches found
No related tags found
1 merge request!394Overhaul ui: update icon in job list and fix compilation issues
Pipeline #46800 passed
......@@ -55,6 +55,8 @@ 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
# amends problems with bimap and MSVC, serialization of bimap is currently not needed
add_definitions(-DBOOST_BIMAP_DISABLE_SERIALIZATION)
# Boost component libraries (do not list headers here)
set(boost_libraries_required 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