Skip to content

Commit 1ac449a

Browse files
committed
clean up
1 parent 335b8ed commit 1ac449a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-cpack.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ jobs:
130130
- name: Build
131131
run: |
132132
cmake -B build -G "Visual Studio 17 2022" -A ${{ matrix.arch }} `
133-
-DHIPO=ON -DBUILD_OPENBLAS=ON -DBUILD_STATIC_EXE=ON `
134-
-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDLL
133+
-DHIPO=ON -DBUILD_OPENBLAS=ON -DBUILD_STATIC_EXE=ON
135134
cmake --build build --config Release --parallel
136135
cd build
137136
cpack -C Release

0 commit comments

Comments
 (0)