We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c9259 commit 2cb935aCopy full SHA for 2cb935a
1 file changed
.github/workflows/github_cmake_macos.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
mkdir build
24
cd build
25
- cmake $CMAKE_FLAGS -DOPENMP=on -DUNIT_TESTS=on ..
+ cmake $CMAKE_FLAGS -DUNIT_TESTS=on ..
26
- name: Build the library
27
run: make -j -C build
28
- name: Run the unit tests
0 commit comments