🔧 Update conan url

This commit is contained in:
2021-04-25 17:31:44 +02:00
parent 10f9a08cce
commit d03c82efe4
3 changed files with 3 additions and 11 deletions

View File

@ -1,10 +1,7 @@
all : cmake conan sccache
all : cmake sccache
cmake:
cmake -DTOOL=cmake -DREPO=kitware -P update.cmake
conan:
cmake -DTOOL=conan -DREPO=conan-io -P update.cmake
sccache:
cmake -DTOOL=sccache -DREPO=mozilla -P update.cmake