You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple supplied toolchain has a weird relationship with OpenMP, but it does look like that CMakeLists.txt line doesn't help anything except than introducing a warning. I've removed that command; thanks for finding out the offending line Peter!
Describe the bug
Building SPERR with Apple clang on macOS results in this compiler warning and no OpenMP support:
To Reproduce
Steps to reproduce the behavior:
mkdir build
cd build
cmake ..
make
Expected and actual behavior
The build works when commenting out this line in
src/CMakeLists.txt
:This line appears unnecessary for Linux builds.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: