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 6942185 commit 18991efCopy full SHA for 18991ef
.github/workflows/ci.yml
@@ -136,6 +136,7 @@ jobs:
136
export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
137
mkdir -p ${{github.workspace}}/sopt/build
138
cd ${{github.workspace}}/sopt/build
139
+ sed -i -e 's/target_link_libraries(sopt/target_link_libraries(sopt PUBLIC/g' ../cpp/sopt/CMakeLists.txt
140
cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Donnxrt=ON -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=OFF -Dexamples=OFF
141
make -j$(nproc --ignore 1) install
142
0 commit comments