Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
0353a616
Commit
0353a616
authored
3 years ago
by
t.knopff
Browse files
Options
Downloads
Patches
Plain Diff
Fix problems with msvc and boost bimap
parent
17ee96e3
No related branches found
No related tags found
1 merge request
!394
Overhaul ui: update icon in job list and fix compilation issues
Pipeline
#46800
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/BornAgain/Dependences.cmake
+2
-0
2 additions, 0 deletions
cmake/BornAgain/Dependences.cmake
with
2 additions
and
0 deletions
cmake/BornAgain/Dependences.cmake
+
2
−
0
View file @
0353a616
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment