Skip to content

Allow build with OpenMP on macOS/Xcode

OpenMP is not included in the system clang compiler. Recent CMake is able to find OpenMP installations with brew and provide proper configuration info. OpenMP should be detected after:

brew install libomp

(require CMake >3.12)

Edited by Karsten Suehring

Merge request reports