From 493be3576c7896c3306e6f653ecaca17d77b1dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Fri, 6 Oct 2023 15:38:39 +0200 Subject: [PATCH] use correct compiler --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 29dcd7d..01a8dd6 100644 --- a/README.org +++ b/README.org @@ -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