Skip to content

Commit 470d035

Browse files
authored
Fix Appveyor requesting missing OpenCL branch
Use CL_TARGET_OPENCL_VERSION to set a maximum version instead. See https://github.com/KhronosGroup/OpenCL-Headers. The master branch is now the only branch.
1 parent 520f9b3 commit 470d035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ before_build:
5050
- appveyor DownloadFile "http://registrationcenter-download.intel.com/akdlm/irc_nas/9022/opencl_runtime_16.1.1_x64_setup.msi"
5151
- start /wait msiexec /i opencl_runtime_16.1.1_x64_setup.msi /qn /l*v msiexec2.log
5252
#- type msiexec2.log
53-
- git clone --depth 1 https://github.com/KhronosGroup/OpenCL-Headers.git -b opencl%OPENCL_HEADERS_VER% %OPENCL_INCLUDE_DIR%\CL
53+
- git clone --depth 1 https://github.com/KhronosGroup/OpenCL-Headers.git %OPENCL_INCLUDE_DIR%\CL
5454

5555
build_script:
5656
- mkdir build && cd build

0 commit comments

Comments
 (0)