Skip to content

Commit

Permalink
Revert change to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Mar 6, 2024
1 parent 0b2ee57 commit 16c7938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ jobs:
run: |
cd ${SCM_ROOT}/scm
mkdir bin && cd bin
if: matrix.enable-gpu-acc
cmake -DCCPP_SUITES=${suites} ../src -DENABLE_NVIDIA_OPENACC=True
if: contains(matrix.enable-gpu-acc, 'true')
cmake -DCCPP_SUITES=${suites} ../src -DENABLE_NVIDIA_OPENACC=True
else:
cmake -DCCPP_SUITES=${suites} ../src
cmake -DCCPP_SUITES=${suites} ../src
- name: Configure build with CMake (Debug)
if: contains(matrix.build-type, 'Debug')
Expand Down

0 comments on commit 16c7938

Please sign in to comment.