deepcut-cnn
deepcut-cnn copied to clipboard
Can i know where to enable c++11 ?
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.
add CXX flags in CMakeLists.txt
i see there are many CMakeLists.txt in the folder. which CMakeLists.txt should i change? in the caffe/Layers folder?
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 in my case it is CMAKE_CXX_FLAGS