projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a4ebf8
)
Fix CMAKE_C_COMPILER in appveyor
author
Isuru Fernando
<isuruf@gmail.com>
Sat, 29 Jul 2017 16:24:32 +0000
(21:54 +0530)
committer
Isuru Fernando
<isuruf@gmail.com>
Sat, 29 Jul 2017 16:24:32 +0000
(21:54 +0530)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index
d6f1757
..
7a1a17a
100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-44,7
+44,7
@@
before_build:
- echo Running cmake...
- cd c:\projects\OpenBLAS
- if [%COMPILER%]==[cl] cmake -G "Visual Studio 12 Win64" .
- - if [%COMPILER%]==[clang-cl] cmake -G "Ninja" -DCMAKE_CXX_COMPILER
_ID=clang-cl -DCMAKE_C_COMPILER_ID
=clang-cl .
+ - if [%COMPILER%]==[clang-cl] cmake -G "Ninja" -DCMAKE_CXX_COMPILER
=clang-cl -DCMAKE_C_COMPILER
=clang-cl .
build_script:
- cmake --build .