Skip to content

Commit

Permalink
Update CMakeLists.txt for 2024 oneapi
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhe88 committed Apr 8, 2024
1 parent 5cd0cdb commit e92dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IF (USE_SYCL)
ADD_DEFINITIONS (-DCPU_HOST)
ENDIF ()

SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /opt/intel/oneapi/compiler/2022.2.1/linux/include/sycl/")
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/opt/intel/oneapi/compiler/2024.1/include/sycl")
message(${CMAKE_CXX_FLAGS})
ENDIF ()

Expand Down

0 comments on commit e92dc2e

Please sign in to comment.