From f7c7dff720550e3465559ea1943266902cd14aa8 Mon Sep 17 00:00:00 2001 From: xoviat Date: Tue, 31 Oct 2017 16:51:49 -0500 Subject: [PATCH] [appveyor] set branch --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 34e64cbcf..46c40f74d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ before_build: - echo Running cmake... - cd c:\projects\OpenBLAS - set CLCACHE_CL=%COMPILER% - - pip install -q git+https://github.com/xoviat/clcache.git@patch-1 + - pip install -q git+https://github.com/xoviat/clcache.git@findCompiler - if [%COMPILER%]==[cl] cmake -G "Visual Studio 12 Win64" -DCMAKE_CXX_COMPILER=clcache -DCMAKE_C_COMPILER=clcache . - if [%COMPILER%]==[clang-cl] cmake -G "Ninja" -DCMAKE_CXX_COMPILER=clcache -DCMAKE_C_COMPILER=clcache . - if [%DYNAMIC_ARCH%]==[ON] cmake -DDYNAMIC_ARCH=ON .