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
!2540
suppress MSVC warning C4068 about unknown pragmas
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
suppress MSVC warning C4068 about unknown pragmas
j.12
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Wuttke, Joachim
requested to merge
j.12
into
main
10 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
621712df
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
621712df
suppress MSVC warning C4068 about unknown pragmas
· 621712df
Wuttke, Joachim
authored
10 months ago
cmake/BornAgain/Windows.cmake
+
1
−
0
Options
@@ -29,3 +29,4 @@ string(APPEND CMAKE_SHARED_LINKER_FLAGS_DEBUG
" /NODEFAULTLIB:libcmt.lib"
)
add_compile_options
(
$<$<CONFIG:Debug>:/ZI>
)
add_compile_options
(
"/wd4068"
)
# don't warn about unknown pragmas
Loading