Skip to content

CMake minimum required 3.0 -> 3.1#22

Open
newEntera wants to merge 1 commit into
BelledonneCommunications:masterfrom
newEntera:patch-3
Open

CMake minimum required 3.0 -> 3.1#22
newEntera wants to merge 1 commit into
BelledonneCommunications:masterfrom
newEntera:patch-3

Conversation

@newEntera
Copy link
Copy Markdown

@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