Skip to content

Commit

Permalink
Merge pull request boostorg#783 from henryiii/patch-1
Browse files Browse the repository at this point in the history
Fix Appveyor requesting missing OpenCL branch
  • Loading branch information
jszuppe authored Jul 20, 2018
2 parents bbf9d13 + 470d035 commit 9189a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ before_build:
- appveyor DownloadFile "http://registrationcenter-download.intel.com/akdlm/irc_nas/9022/opencl_runtime_16.1.1_x64_setup.msi"
- start /wait msiexec /i opencl_runtime_16.1.1_x64_setup.msi /qn /l*v msiexec2.log
#- type msiexec2.log
- git clone --depth 1 https://github.com/KhronosGroup/OpenCL-Headers.git -b opencl%OPENCL_HEADERS_VER% %OPENCL_INCLUDE_DIR%\CL
- git clone --depth 1 https://github.com/KhronosGroup/OpenCL-Headers.git %OPENCL_INCLUDE_DIR%\CL

build_script:
- mkdir build && cd build
Expand Down

0 comments on commit 9189a76

Please sign in to comment.