BVLC / caffe

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

Fix for the failings continuous Windows branch (when using WITH_NINJA=1 and Visual Studio Compiler) #6903

Closed FranckZibi closed 4 years ago

FranckZibi commented 4 years ago

This is related to issues https://github.com/BVLC/caffe/issues/6215 and https://github.com/BVLC/caffe/issues/6235 .

When compiling with 'Ninja' + 'Windows' + 'Visual Studio', we have the error: "fatal error C1083: Cannot open include file: 'caffe/include_symbols.hpp': No such file or directory"

As described in this comment: using an empty 'include_symbols.hpp' works.

So this PR only removes the dependecy to the file 'include_symbols.hpp'