Skip to content

Commit aea3fea

Browse files
authored
Update main.yml
1 parent d7627e6 commit aea3fea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,6 @@ jobs:
739739
run: >
740740
cmake -S . -B build -GNinja
741741
-D CMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
742-
-DCMAKE_DISABLE_FIND_PACKAGE_OpenMP=OFF
743742
-D USE_SEQ=ON -D USE_MPI=OFF -D USE_OMP=OFF -D USE_TBB=ON -D USE_STL=ON
744743
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
745744
-D CMAKE_BUILD_TYPE=RELEASE
@@ -793,7 +792,6 @@ jobs:
793792
run: >
794793
cmake -S . -B build -GNinja
795794
-D CMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
796-
-DCMAKE_DISABLE_FIND_PACKAGE_OpenMP=OFF
797795
-D USE_SEQ=ON -D USE_MPI=OFF -D USE_OMP=OFF -D USE_TBB=ON -D USE_STL=ON
798796
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
799797
-D CMAKE_BUILD_TYPE=RELEASE

0 commit comments

Comments
 (0)