Skip to content

Commit

Permalink
Change CMAKE_CXX_COMPILER for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Apr 30, 2024
1 parent 5c78a6a commit 2fa11a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
echo 'Building library with CMake'
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_PREFIX_PATH=/opt/rocm ..
cmake -DCMAKE_CXX_COMPILER=amdclang++ -DCMAKE_PREFIX_PATH=/opt/rocm ..
cmake --build .
cmake --build . --target install
Expand Down

0 comments on commit 2fa11a8

Please sign in to comment.