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 2163c30 commit 5ad3edfCopy full SHA for 5ad3edf
1 file changed
CMakeLists.txt
@@ -49,6 +49,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
49
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
50
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
51
52
+# TODO: remove once the compiler resolves an issue
53
+set(SYCL_LIB_SUFFIX "9")
54
+
55
# find_package() search order in CONFIG mode:
56
# 1. <PackageName>_ROOT variables (CMake variable / environment)
57
# 2. CMake-specific cache variables (on the command line with -D<PackageName>_DIR=...)
0 commit comments