Skip to content

Commit 674031c

Browse files
author
cherubrock-seb
committed
prmers release
1 parent 3d457e9 commit 674031c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build_windows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ jobs:
3838
run: .\vcpkg\vcpkg install curl:x64-windows
3939

4040
- name: Configure CMake with vcpkg toolchain
41-
run: |
42-
cmake -B build -DCMAKE_BUILD_TYPE=Release ^
43-
-DOpenCL_INCLUDE_DIR="$env:RUNNER_TEMP/opencl/include" ^
44-
-DOpenCL_LIBRARY="$env:RUNNER_TEMP/opencl/lib/OpenCL.lib" ^
45-
-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake
46-
41+
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DOpenCL_INCLUDE_DIR="$env:RUNNER_TEMP/opencl/include" -DOpenCL_LIBRARY="$env:RUNNER_TEMP/opencl/lib/OpenCL.lib" -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake
4742

4843
- name: Build
4944
run: cmake --build build --config Release

0 commit comments

Comments
 (0)