Skip to content

Commit dec2a59

Browse files
committed
Add a reference to the compiler CMake issue
1 parent cdaa65b commit dec2a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
6060
# 8. Paths stored in the CMake System Package Registry
6161
# 9. Paths specified by the PATHS option (assumed hard-coded guesses)
6262
set(path_to_cmake_dir ${CMAKE_SOURCE_DIR}/dpnp/backend/cmake/Modules)
63-
# TODO: use the commented logic once the compiler resolves CMake issue
63+
# TODO: use the commented logic once the compiler resolves CMake issue CMPLRLLVM-73484
6464
# find_package(IntelSYCL REQUIRED PATHS ${path_to_cmake_dir})
6565
find_package(IntelSYCL QUIET)
6666
if(SYCL_LIBRARY_FOUND)

0 commit comments

Comments
 (0)