Commit 7627b85
committed
build: fix building with OpenMP on macOS
Something changed in the way compiler flags are passed by CMake to the
compiler, which caused the OpenMP flags to be passed as a single flag
and resulting in a build failure.
Use CMake's `SHELL:` syntax to tell CMake to pass these as separate
flags, but without reordering them or performing deduplication.1 parent 1b5036a commit 7627b85
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments