vpr_relocalization icon indicating copy to clipboard operation
vpr_relocalization copied to clipboard

Compile Error

Open BIT-MJY opened this issue 3 years ago • 0 comments

Hello authors,

Thanks for sharing your work!

I have met an error in the compile process:

CMake Error at googletest-download/googletest-download-prefix/tmp/googletest-download-gitclone.cmake:40 (message):
  Failed to checkout tag: 'master'

solved by setting the git tag in gtest/CMakeLists.txt to "main" instead of "master".

This may be caused by the update of google-test, and thus the default git tag in gtest/CMakeLists.txt is suggested to be changed :)

BIT-MJY avatar May 17 '22 12:05 BIT-MJY