Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 8, 2024
1 parent ded1d5b commit 234e6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
else
PROJECTS='"clang;openmp"'
fi
cmake -DLLVM_ENABLE_PROJECTS=$projects \
cmake -DLLVM_ENABLE_PROJECTS=$PROJECTS \
-DLLVM_EXTERNAL_PROJECTS=cling \
-DLLVM_EXTERNAL_CLING_SOURCE_DIR=$CLING_DIR \
-DLLVM_TARGETS_TO_BUILD="host;NVPTX" \
Expand Down

0 comments on commit 234e6bc

Please sign in to comment.