Skynet

Results 2 comments of Skynet

Did you get a fix?

I have this issue as well, when using clang > 7.0 you don't need to specify -lgomp in the CmakeLists.txt change ``` if(USE_OMP) add_definitions(-fopenmp -DUSE_OMP) endif() ``` to ``` if(USE_OMP)...