fatal error: 'omp.h' file not found
Using CLion for OS X, I am attempting to compile this project: https://github.com/DAMA-UPC/SCD
I have installed clang-omp using brew, but I noticed that CLion uses their own cmake anyway and may ignore my clang installation. Any thoughts would be useful!
**EDIT**
After some investigation, I see that the problem is in clang not fully supporting OpenMP. I'm developing on a Mac and could use some help getting OpenMP to compile in the CLion environment.
b
Message was edited by: Brian Dolan
Please sign in to leave a comment.
Ctrl+Alt+S(Settings)-->Build,Execution,Deployment-->Toolchains-->CMake executable-->Use specified