We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcee1c commit 13fe5abCopy full SHA for 13fe5ab
dpctl-capi/cmake/modules/FindIntelSycl.cmake
@@ -38,7 +38,6 @@ include(FindPackageHandleStandardArgs)
38
# IntelSycl_ROOT to that path.
39
if(DPCTL_DPCPP_HOME_DIR)
40
set(IntelSycl_ROOT ${DPCTL_DPCPP_HOME_DIR})
41
- set(USING_ONEAPI_DPCPP False)
42
message(STATUS "Not using standard oneAPI installation, but IntelSycl at " ${IntelSycl_ROOT})
43
# If DPC++ installation was not specified, check for ONEAPI_ROOT
44
elseif(DEFINED ENV{ONEAPI_ROOT})
@@ -49,7 +48,6 @@ elseif(DEFINED ENV{ONEAPI_ROOT})
49
48
else()
50
message(FATAL_ERROR "Unsupported system.")
51
endif()
52
- set(USING_ONEAPI_DPCPP True)
53
54
message(FATAL_ERROR,
55
"Could not locate a DPC++ installation. Either pass the path to a "
0 commit comments