Open michel-aractingi opened 2 years ago
googletest repo changed their branch name from "master" to "main" (see #3669). This causes a cmake error when trying to build the code from source.
Easy fix by changing the name the GIT_TAG to main so that cmake clones the right branch.
googletest repo changed their branch name from "master" to "main" (see #3669). This causes a cmake error when trying to build the code from source.
Easy fix by changing the name the GIT_TAG to main so that cmake clones the right branch.