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
Merge requests
!2536
CMake Boost: suppress annoying and pointless warnings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CMake Boost: suppress annoying and pointless warnings
j.10
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Wuttke, Joachim
requested to merge
j.10
into
main
11 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0d1df908
1 commit,
11 months ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cmake/BornAgain/FindLibraries.cmake
+
1
−
0
Options
@@ -67,6 +67,7 @@ set(Boost_NO_BOOST_CMAKE ON) # prevent shortcut
set
(
Boost_USE_STATIC_LIBS OFF
)
set
(
Boost_USE_MULTITHREADED ON
)
set
(
Boost_USE_STATIC_RUNTIME OFF
)
set
(
Boost_NO_WARN_NEW_VERSIONS ON
)
# suppress annoying and pointless warnings
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
Loading