We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335b8ed commit 1ac449aCopy full SHA for 1ac449a
.github/workflows/release-cpack.yml
@@ -130,8 +130,7 @@ jobs:
130
- name: Build
131
run: |
132
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
+ -DHIPO=ON -DBUILD_OPENBLAS=ON -DBUILD_STATIC_EXE=ON
135
cmake --build build --config Release --parallel
136
cd build
137
cpack -C Release
0 commit comments