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 d7627e6 commit aea3feaCopy full SHA for aea3fea
.github/workflows/main.yml
@@ -739,7 +739,6 @@ jobs:
739
run: >
740
cmake -S . -B build -GNinja
741
-D CMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
742
- -DCMAKE_DISABLE_FIND_PACKAGE_OpenMP=OFF
743
-D USE_SEQ=ON -D USE_MPI=OFF -D USE_OMP=OFF -D USE_TBB=ON -D USE_STL=ON
744
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
745
-D CMAKE_BUILD_TYPE=RELEASE
@@ -793,7 +792,6 @@ jobs:
793
792
794
795
796
797
798
799
0 commit comments