-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Hello,
I have tried this on multiple machines now and I cant get past this issue. Everytime I try to build the program it tries to get the googletest tools but then fails.
I am not sure what to do about this issue.
-- Configuring done (0.1s)
-- Generating done (0.1s)
-- Build files have been written to: /mnt/c/Users/rusty/git/private-bustub/build/googletest-download
[ 11%] Creating directories for 'googletest'
[ 22%] Performing download step (git clone) for 'googletest'
Cloning into 'googletest-src'...
fatal: invalid reference: master
CMake Error at googletest-download/googletest-prefix/tmp/googletest-gitclone.cmake:61 (message):
Failed to checkout tag: 'master'
gmake[2]: *** [CMakeFiles/googletest.dir/build.make:99: googletest-prefix/src/googletest-stamp/googletest-download] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/googletest.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
CMake Error at CMakeLists.txt:73 (add_subdirectory):
The source directory
/mnt/c/Users/rusty/git/private-bustub/build/googletest-src
does not contain a CMakeLists.txt file.