3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 16:34:53 +02:00

[cmake] Make sure deps/download.sh clones only if dirs do not exist yet

This commit is contained in:
Nils Wentzell 2020-04-22 15:11:37 -04:00
parent ebe9add3c7
commit 1959a60d15

2
deps/download.sh vendored
View File

@ -1 +1 @@
git clone https://github.com/google/googletest --branch v1.10.x --depth 1
[ ! -d 'googletest' ] && git clone https://github.com/google/googletest --branch v1.10.x --depth 1