We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85ec499 + d71101f commit c487b2bCopy full SHA for c487b2b
1 file changed
cmake/IntelDPCPPConfig.cmake
@@ -240,12 +240,6 @@ if( "x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xClang" OR
240
set(SYCL_LINK_FLAGS "-fsycl ")
241
endif()
242
243
-# Based on Compiler ID, add support for DPCPP
244
-if( "x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xIntelLLVM")
245
- set(SYCL_FLAGS "--dpcpp ${SYCL_FLAGS}")
246
- set(SYCL_LINK_FLAGS "--dpcpp ${SYCL_LINK_FLAGS}")
247
-endif()
248
-
249
# TODO verify if this is needed
250
# Windows: Add Exception handling
251
if(WIN32)
0 commit comments