Skip to content

Commit

Permalink
chore: missing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 5, 2024
1 parent 0f6d84b commit f83728f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/prepare-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ if (-not (Test-Path "win32-x64/SDK")) {
cmake --build build --config Release
cmake --install build --prefix $SDK_ROOT
DelIfExist "build"
rm build -Recurse -Force
cmake -B build -DBUILD_SHARED_LIBS=ON -DOVERRIDE_MSVC_FLAGS_TO_MT=OFF -DTUNERS=OFF -DOPENCL_ROOT="$SDK_ROOT" -G "Visual Studio 17 2022"
cmake --build build --config Release
cmake --install build --prefix $SDK_ROOT
Expand Down

0 comments on commit f83728f

Please sign in to comment.