Skip to content

Commit

Permalink
Update CI script with correct library path for libomp on macOS x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
SRSaunders committed Apr 24, 2024
1 parent 2057064 commit 37941db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
brew --prefix libomp
- name: Build
run: |
cmake -G "Xcode" -DOpenMP_C_FLAGS=/usr/local/opt/libomp -DOpenMP_omp_LIBRARY=/usr/local/opt/libomp -DOpenMP_CXX_FOUND=/usr/local/opt/libomp
cmake -G "Xcode" -DOpenMP_omp_LIBRARY=/usr/local/opt/libomp/lib/libomp.dylib
cmake --build .

0 comments on commit 37941db

Please sign in to comment.