Skip to content

Commit 5572055

Browse files
committed
updated runBuild script to not depend on clang version number
1 parent f1da64a commit 5572055

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

runBuild.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ EXTRA_LINK_FLAGS=""
5050

5151
# The CUDAToolkit_ROOT can be left as it, Cmake will auto-detect the correct one
5252

53-
cmake -DCMAKE_C_COMPILER=clang-18 \
54-
-DCMAKE_CXX_COMPILER=clang++-18 \
55-
-DCMAKE_CUDA_HOST_COMPILER=clang++-18 \
56-
-DCMAKE_CUDA_COMPILER=clang++-18 \
53+
cmake -DCMAKE_C_COMPILER=clang \
54+
-DCMAKE_CXX_COMPILER=clang++ \
55+
-DCMAKE_CUDA_HOST_COMPILER=clang++ \
56+
-DCMAKE_CUDA_COMPILER=clang++ \
5757
-DBUILD_ALL=ON \
5858
-DBUILD_OMP=OFF \
5959
-DBUILD_CUDA=ON \

0 commit comments

Comments
 (0)