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 6d8a3d6 commit 2df9735Copy full SHA for 2df9735
dpctl-capi/cmake/modules/FindIntelSycl.cmake
@@ -37,8 +37,9 @@ include(FindPackageHandleStandardArgs)
37
# Check if a specific DPC++ installation directory was provided then set
38
# IntelSycl_ROOT to that path.
39
if(DPCTL_CUSTOM_DPCPP_INSTALL_DIR)
40
- set(IntelSycl_ROOT ${DPCTL_CUSTOM_IntelSycl_INSTALL_DIR})
+ set(IntelSycl_ROOT ${DPCTL_CUSTOM_DPCPP_INSTALL_DIR})
41
set(USING_ONEAPI_DPCPP False)
42
+ message(STATUS "Not using oneAPI, but IntelSycl at " ${IntelSycl_ROOT})
43
# If DPC++ installation was not specified, check for ONEAPI_ROOT
44
elseif(DEFINED ENV{ONEAPI_ROOT})
45
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
0 commit comments