Modernize cmake scripts and support MSVC 2017#1
Merged
anonimal merged 3 commits intoanonimal:0.13-releasefrom Apr 2, 2018
btolfa:cmake3-0.13-release
Merged
Modernize cmake scripts and support MSVC 2017#1anonimal merged 3 commits intoanonimal:0.13-releasefrom btolfa:cmake3-0.13-release
anonimal merged 3 commits intoanonimal:0.13-releasefrom
btolfa:cmake3-0.13-release
Conversation
Visual Studio 2017 cannot decide if it is boost::integral_constant<bool,true> boost::true_type or boost::spirit::true_type cpp-netlib@a5252b9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cppnetlib::cppnetlib,cppnetlib::uri, etc.These targets keep usage requirements like flags, definitions, include directories, a library location and library dependences.
With these targets you can replace the following cmake script:
with