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

Can i know where to enable c++11 ? #2

Open
krollquink opened this issue Aug 21, 2016 · 4 comments
Open

Can i know where to enable c++11 ? #2

krollquink opened this issue Aug 21, 2016 · 4 comments

Comments

@krollquink
Copy link

i tried to compile it amd got some error in post_data_layer.cpp
i think the problem is from because of the compiler that i use.
There are some unused variable inside that code too.

@yuanxy92
Copy link

add CXX flags in CMakeLists.txt

@krollquink
Copy link
Author

i see there are many CMakeLists.txt in the folder.
which CMakeLists.txt should i change?
in the caffe/Layers folder?

@eldar
Copy link
Owner

eldar commented Oct 17, 2016

Hey, is this issue still relevant? Sorry for the late reply, I use Makefile.config and I just add CXXFLAGS += -std=c++11 there. Hope it helpts.

@stavBodik
Copy link

@eldar in my case it is CMAKE_CXX_FLAGS

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

4 participants