use correct compiler

This commit is contained in:
Max Lübke 2023-10-06 15:38:39 +02:00
parent 8145d533dd
commit 493be3576c

View File

@ -48,7 +48,7 @@ generation process.
mkdir build && cd build
# Adjust the path to AdaptiveCpp and your target devices according to your system
CXX=$(which clang++) cmake .. -DUSE_INTELSYCL=ON \
CXX=$(which icpx) cmake .. -DUSE_INTELSYCL=ON \
-DCMAKE_BUILD_TYPE="Release"
# Compile the executable