And another way to get gtest 1.8.0

This commit is contained in:
clanmills 2020-05-20 07:34:15 +01:00
parent 2832c4e881
commit 3c5a0ce8d4

View File

@ -57,7 +57,7 @@ case "$distro_id" in
'opensuse'|'opensuse-tumbleweed')
zypper --non-interactive refresh
zypper --non-interactive install gcc-c++ clang cmake make ccache libexpat-devel zlib-devel libssh-devel libcurl-devel https://ftp.lysator.liu.se/pub/opensuse/source/distribution/leap/15.1/repo/oss/src/googletest-1.8.0-lp151.2.3.src.rpm which dos2unix libxml2-tools
zypper --non-interactive install gcc-c++ clang cmake make ccache libexpat-devel zlib-devel libssh-devel libcurl-devel gtest=1.8.0 which dos2unix libxml2-tools
;;
*)
echo "Sorry, no predefined dependencies for your distribution $distro_id exist yet"