caffe
caffe copied to clipboard
CMake bug prevents successful rebuild
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