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
It's because your'e on a Mac. For older versions of Xcode (before Clang 3.7+), you used to be able to use Homebrew to install a version of Clang that supports OpenMP:
brew update && brew install clang-omp
make CC=clang-omp
El Capitan does include a recent version of Clang. I don't know if that would address this problem, since I don't have a Mac.
Hello,
I've git cloned, but cannot run
cmake -G 'Unix Makefiles'
i get this on CMakeFiles/CMakeError.log:Does anyone knows how to solve this?
Regards,
Lucas.
The text was updated successfully, but these errors were encountered: