Skip to content

Commit 9189a76

Browse files
authored
Merge pull request #783 from henryiii/patch-1
Fix Appveyor requesting missing OpenCL branch
2 parents bbf9d13 + 470d035 commit 9189a76

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)