Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for VS2013 #2653

Merged
merged 4 commits into from May 28, 2017
Merged

Drop support for VS2013 #2653

merged 4 commits into from May 28, 2017

Conversation

K-ballo
Copy link
Member

@K-ballo K-ballo commented May 25, 2017

No description provided.

@@ -918,8 +918,8 @@ if(CMAKE_COMPILER_IS_GNUCXX AND HPX_WITH_GCC_VERSION_CHECK)
endif()

if(MSVC)
if(NOT (MSVC11 OR MSVC12 OR MSVC14))
hpx_error("MSVC x64 2012 or higher is required.")
if(NOT (MSVC14))
Copy link
Contributor

@Naios Naios May 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, however it's inconvenient to have a CMake variable for each MSVC version, a better approach would be the usage of the MSVC_VERSION variable: if(NOT (MSVC_VERSION LESS 1900))

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's out of the scope of this PR, but feel free to propose those changes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it's definitly out of scope, I just wanted to note it so we can pick it up in the future...

Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/ LGTM, thanks!

@hkaiser hkaiser merged commit d915b10 into master May 28, 2017
@hkaiser hkaiser deleted the drop-vs2013 branch May 28, 2017 16:40
@hkaiser hkaiser added this to the 1.1.0 milestone May 28, 2017
taeguk added a commit to taeguk/hpx that referenced this pull request May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants