Skip to content

Commit 2cb935a

Browse files
authored
remove OPENMP flag
Removed OPENMP flag from CMake configuration.
1 parent 69c9259 commit 2cb935a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_cmake_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
mkdir build
2424
cd build
25-
cmake $CMAKE_FLAGS -DOPENMP=on -DUNIT_TESTS=on ..
25+
cmake $CMAKE_FLAGS -DUNIT_TESTS=on ..
2626
- name: Build the library
2727
run: make -j -C build
2828
- name: Run the unit tests

0 commit comments

Comments
 (0)