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

Not all flags are getting grabbed. #10

Open
Zerophase opened this issue Apr 11, 2017 · 2 comments
Open

Not all flags are getting grabbed. #10

Zerophase opened this issue Apr 11, 2017 · 2 comments

Comments

@Zerophase
Copy link

setting 'CMAKE_CXX_STANDARD' is not being applied to the compiler flags. It causes compilation to fail when using c++11 or greater features.

@paroj
Copy link

paroj commented Jan 17, 2018

you need to port this: opencv/opencv#10604

@bubnikv
Copy link

bubnikv commented Oct 29, 2018

just set
add_compile_options(-std=c++11)

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

No branches or pull requests

3 participants