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 9cb4c60 commit eb124c4Copy full SHA for eb124c4
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -23,6 +23,9 @@ if (NOT DEFINED UNIFIED_RUNTIME_LIBRARY OR NOT DEFINED UNIFIED_RUNTIME_INCLUDE_D
23
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-suggest-override")
24
endif()
25
26
+ # No need to build tests from unified-runtime
27
+ set(UR_BUILD_TESTS "0" CACHE STRING "0")
28
+
29
FetchContent_GetProperties(unified-runtime)
30
FetchContent_MakeAvailable(unified-runtime)
31
0 commit comments