Skip to content

Commit

Permalink
disable openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Sep 27, 2024
1 parent e7c5dde commit 4bbf97d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ jobs:
cmake ${{ env.COMMON_CMAKE_OPTIONS }} -S .. `
-DWITH_IPP=OFF `
-DFFMPEG_DIR="$env:FFMPEG_ROOT/cmake"
cd ${{ env.SOURCE_DIR }}/build
cmake --build . --config Release --target install -j 4
- name: package
run: |
Expand Down
3 changes: 1 addition & 2 deletions options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
-DWITH_GDCM=OFF
-DWITH_TBB=OFF
-DWITH_HPX=OFF
-DWITH_OPENMP=ON
-DWITH_PTHREADS_PF=OFF
-DWITH_OPENMP=OFF
-DWITH_CLP=OFF
-DWITH_OPENCL=ON
-DWITH_OPENCL_SVM=OFF
Expand Down

0 comments on commit 4bbf97d

Please sign in to comment.