Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OpenMP on MacOS #126

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix OpenMP on MacOS #126

wants to merge 2 commits into from

Commits on Oct 2, 2024

  1. Fix OpenMP on MacOS

    Tested on Github Action macos-12, macos-13 (x64) and macos-14 (arm64) runners, they aren't able to find OpenMP. I don't know why the setting of `CMAKE_PREFIX_PATH` is not enough, but it does not work as intended. This change reinstates the code from the old cryptopp-cmake project, and I confirmed this works.
    smessmer authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1f8ee93 View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    smessmer authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2b871d1 View commit details
    Browse the repository at this point in the history