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