Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
common-superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ParaView
common-superbuild
Merge requests
!335
Fix MSVC version for VS2019.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix MSVC version for VS2019.
aron.helser/common-superbuild:boost_win_version_fix
into
master
Overview
5
Commits
1
Pipelines
1
Changes
1
Merged
Aron Helser
requested to merge
aron.helser/common-superbuild:boost_win_version_fix
into
master
5 years ago
Overview
5
Commits
1
Pipelines
1
Changes
1
Expand
Microsoft's version change was not as previously advertised.
@dcthompson
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9c559007
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
projects/win32/boost.cmake
+
1
−
1
Options
@@ -13,7 +13,7 @@ elseif (NOT MSVC_VERSION VERSION_GREATER 1800)
set
(
msvc_ver 12.0
)
elseif
(
NOT MSVC_VERSION VERSION_GREATER 1900
)
set
(
msvc_ver 14.0
)
elseif
(
NOT MSVC_VERSION VERSION_GREATER 191
0
)
elseif
(
NOT MSVC_VERSION VERSION_GREATER 191
9
)
set
(
msvc_ver 14.1
)
elseif
(
NOT MSVC_VERSION VERSION_GREATER 1930
)
set
(
msvc_ver 14.2
)
Loading