Skip to content

Commit

Permalink
Disable OpenCL in cmake build for gh ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-rowe committed Nov 19, 2024
1 parent 2918b55 commit 12fc7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
-DOCCA_ENABLE_TESTS=ON \
-DOCCA_ENABLE_EXAMPLES=ON \
-DOCCA_ENABLE_METAL=OFF \
-DOCCA_ENABLE_OPENCL=OFF \
-DOCCA_ENABLE_FORTRAN=${OCCA_FORTRAN_ENABLED}
- name: CMake configure
Expand Down

0 comments on commit 12fc7dc

Please sign in to comment.