Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
cfd25660
Commit
cfd25660
authored
Jun 01, 2016
by
Chris Cantwell
Committed by
Dave Moxey
Jul 14, 2016
Browse files
Fix Boost toolset for building on Win10 with VS 2015.
(cherry picked from commit
7956d4fc
)
parent
41fac5b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ThirdPartyBoost.cmake
View file @
cfd25660
...
...
@@ -86,6 +86,10 @@ IF (THIRDPARTY_BUILD_BOOST)
SET
(
TOOLSET msvc-11.0
)
ELSEIF
(
MSVC12
)
SET
(
TOOLSET msvc-12.0
)
ELSEIF
(
MSVC13
)
SET
(
TOOLSET msvc-13.0
)
ELSEIF
(
MSVC14
)
SET
(
TOOLSET msvc-14.0
)
ENDIF
()
ELSE
(
APPLE
)
SET
(
TOOLSET gcc
)
...
...
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