BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.09k stars 18.7k forks source link

enable C++11 build to avoid make error on macos. #6795

Open winnerineast opened 5 years ago

winnerineast commented 5 years ago

make error with opencv4 and fixed it by adding "set (CMAKE_CXX_STANDARD 11)" in CMakeLists.txt.