We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdaa65b commit dec2a59Copy full SHA for dec2a59
1 file changed
CMakeLists.txt
@@ -60,7 +60,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
60
# 8. Paths stored in the CMake System Package Registry
61
# 9. Paths specified by the PATHS option (assumed hard-coded guesses)
62
set(path_to_cmake_dir ${CMAKE_SOURCE_DIR}/dpnp/backend/cmake/Modules)
63
-# TODO: use the commented logic once the compiler resolves CMake issue
+# TODO: use the commented logic once the compiler resolves CMake issue CMPLRLLVM-73484
64
# find_package(IntelSYCL REQUIRED PATHS ${path_to_cmake_dir})
65
find_package(IntelSYCL QUIET)
66
if(SYCL_LIBRARY_FOUND)
0 commit comments