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
Due to a bug in CMake: https://gitlab.kitware.com/cmake/cmake/-/issues/16528
It is require to force
UPDATE_COMMAND /bin/trueto bypass a spurious git rebase operation herecaffe/cmake/MKLDNN.cmake
Lines 35 to 37 in 3f494b4