diff options
| author | Marijn Tamis <[email protected]> | 2018-07-02 16:40:58 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-07-02 16:40:58 +0200 |
| commit | c4d029c567452f87de1efc676b817ebd0955172f (patch) | |
| tree | 2ee163d845440ebc5ec93c467b32571b73526f66 | |
| parent | Fixed the 'NVGTL is unreachable' issue. (diff) | |
| download | nvcloth-c4d029c567452f87de1efc676b817ebd0955172f.tar.xz nvcloth-c4d029c567452f87de1efc676b817ebd0955172f.zip | |
Fix cmake.packman.xml using an advice from Halldor, so it should work for non-vpn US (and possibly some other) users (24454635)
| -rw-r--r-- | NvCloth/scripts/packman/packages/cmake.packman.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/scripts/packman/packages/cmake.packman.xml b/NvCloth/scripts/packman/packages/cmake.packman.xml index 4115184..31324ac 100644 --- a/NvCloth/scripts/packman/packages/cmake.packman.xml +++ b/NvCloth/scripts/packman/packages/cmake.packman.xml @@ -1,4 +1,4 @@ -<project toolsVersion="3.1" remotes="s3"> +<project toolsVersion="3.1"> <dependency name="cmake"> <package name="cmake-x64" version="3.7.0" platforms="windows"/> <package name="cmake-linux-x86_64" version="3.7.2" platforms="linux"/> |