我想在 OS X 10.9 上构建ParadiseEO 。它使用 cmake 进行配置。在配置时,它找不到任何 openmp 支持:
-- The C compiler identification is Clang 5.0.0
-- The CXX compiler identification is Clang 5.0.0
看起来这是Clang的问题。同时,我确实通过支持 openmp 的 macports 安装了 gcc-4.8。我的问题是,我应该怎么做才能让 cmake 识别我的 gcc-4.8?