Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeongukjae/c6719421689b5c44320c86610cfb1789 to your computer and use it in GitHub Desktop.
Save jeongukjae/c6719421689b5c44320c86610cfb1789 to your computer and use it in GitHub Desktop.
Mac OpenMP with Homebrew
cmake .. \
-DOpenMP_CXX_FLAGS="-Xpreprocessor -fopenmp -I/usr/local/opt/libomp/include" \
-DOpenMP_CXX_LIB_NAMES="omp" \
-DOpenMP_omp_LIBRARY=/usr/local/opt/libomp/lib/libomp.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment