deepcut-cnn icon indicating copy to clipboard operation
deepcut-cnn copied to clipboard

Can i know where to enable c++11 ?

Open krollquink opened this issue 8 years ago • 4 comments

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.

krollquink avatar Aug 21 '16 10:08 krollquink

add CXX flags in CMakeLists.txt

yuanxy92 avatar Aug 22 '16 07:08 yuanxy92

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

krollquink avatar Aug 22 '16 08:08 krollquink

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.

eldar avatar Oct 17 '16 22:10 eldar

@eldar in my case it is CMAKE_CXX_FLAGS

stavBodik avatar Jun 07 '18 09:06 stavBodik