Andrew Anderson
Results
12
issues of
Andrew Anderson
Due to a bug in CMake: https://gitlab.kitware.com/cmake/cmake/-/issues/16528 It is require to force `UPDATE_COMMAND /bin/true` to bypass a spurious git rebase operation here https://github.com/intel/caffe/blob/3f494b442ee3f9d17a07b09ecbd5fa2bbda00836/cmake/MKLDNN.cmake#L35-L37
Currently, unless the user builds Caffe with -DCODE_COVERAGE=ON, the CMakefile hard-codes the -Werror flag to the compiler. This means that the build is breaking for trivial reasons. I can understand...