summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx@intelfx.name>2016-07-28 18:15:56 +0300
committerIvan Shapovalov <intelfx@intelfx.name>2016-07-28 19:09:30 +0300
commit227374deba218fb03a802d81febf04bbd207167a (patch)
treed7b0de01a86ff3029e7e87b13798098c23b777b3 /.appveyor.yml
parent6c11fdc12ceaebbe79fec0d7a954d28884d41965 (diff)
.appveyor.yml: move {OPENCL,CLBLAST}_ROOT out of source tree
Reasoning is the same as in previous commit: CMake does not like having OpenCL header path inside of the source tree. CLBLAST_ROOT is moved for uniformity.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 8597e43e..eb7f1c97 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,8 +1,8 @@
environment:
global:
- CLBLAST_ROOT: "%APPVEYOR_BUILD_FOLDER%\\bin\\clblast"
+ CLBLAST_ROOT: "%APPVEYOR_BUILD_FOLDER%\\..\\bin\\clblast"
OPENCL_REGISTRY: "https://www.khronos.org/registry/cl"
- OPENCL_ROOT: "%APPVEYOR_BUILD_FOLDER%\\bin\\opencl"
+ OPENCL_ROOT: "%APPVEYOR_BUILD_FOLDER%\\..\\bin\\opencl"
platform:
- x64