Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ParaView
common-superbuild
Commits
e0321380
Commit
e0321380
authored
Nov 07, 2019
by
Ben Boeckel
Browse files
boost: support MSVC 2019
parent
26d5c0a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/win32/boost.cmake
View file @
e0321380
...
...
@@ -15,8 +15,8 @@ elseif (NOT MSVC_VERSION VERSION_GREATER 1900)
set
(
msvc_ver 14.0
)
elseif
(
NOT MSVC_VERSION VERSION_GREATER 1910
)
set
(
msvc_ver 14.1
)
elseif
(
NOT MSVC_VERSION VERSION_GREATER 19
2
0
)
set
(
msvc_ver 1
5.0
)
elseif
(
NOT MSVC_VERSION VERSION_GREATER 19
3
0
)
set
(
msvc_ver 1
4.2
)
else
()
message
(
FATAL_ERROR
"Unrecognized MSVC version:
${
MSVC_VERSION
}
"
)
endif
()
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
cebbdb5b
·
Nov 07, 2019
mentioned in commit
cebbdb5b
mentioned in commit cebbdb5b526666d354dab9b3542b7304a3dc56e9
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment