You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have the build script fetch a known-good version of the googletest repository rather then head-of line?
This will stop people from running into issues like this one:
Compilation currently fails when using the latest googletest.
This patch instead downloads release-1.12.1 (which is the latest
release right now).
Fixes issue google#23.
Also added a .gitignore file.
Signed-off-by: Ted Lyngmo <[email protected]>
Can we have the build script fetch a known-good version of the googletest repository rather then head-of line?
This will stop people from running into issues like this one:
google/googletest#3934
when building the code here.
The text was updated successfully, but these errors were encountered: