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 5c8433e commit a370dbaCopy full SHA for a370dba
sycl/tools/sycl-ls/CMakeLists.txt
@@ -9,7 +9,12 @@ if (WIN32 AND "${build_type_lower}" MATCHES "debug")
9
endif()
10
11
# Disable aspect::image & deprecation warnings.
12
-target_compile_definitions(sycl-ls PRIVATE SYCL_DISABLE_IMAGE_ASPECT_WARNING SYCL2020_DISABLE_DEPRECATION_WARNINGS SYCL_DISABLE_FSYCL_SYCLHPP_WARNING)
+target_compile_definitions(sycl-ls
13
+ PRIVATE
14
+ __SYCL_DISABLE_DEPRECATION_WARNINGS
15
+ SYCL_DISABLE_IMAGE_ASPECT_WARNING
16
+ SYCL2020_DISABLE_DEPRECATION_WARNINGS
17
+ SYCL_DISABLE_FSYCL_SYCLHPP_WARNING)
18
19
target_link_libraries(sycl-ls
20
PRIVATE
0 commit comments