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

CMake minimum required 3.0 -> 3.1 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

newEntera
Copy link

@newEntera newEntera commented Jul 26, 2017

minimum required 3.0 is a bit contradiction to my experience. it should be 3.1
because CMake 3.1 introduced the CMAKE_CXX_STANDARD. Cmake 3.1 compiles fine,
but CMake 3.0 does not have the CMAKE_CXX_STANDARD and then it does not use cxx11
then you hit error:
expected template-name before ‘<’ token error enabled_shared_from_this

# minimum required 3.0 is a bit contradiction to my experience. it should be 3.1 
# because CMake 3.1 introduced the CMAKE_CXX_STANDARD. Cmake 3.1 compiles fine,
# but CMake 3.0 does not have the CMAKE_CXX_STANDARD and then it does not use cxx11
# then you hit error: 
# expected template-name before ‘<’ token error enabled_shared_from_this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant