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 f65a23e commit 0a259f3Copy full SHA for 0a259f3
source/common/CMakeLists.txt
@@ -35,11 +35,8 @@ FetchContent_Declare(unified-memory-framework
35
GIT_TAG ${UMF_TAG}
36
)
37
38
-if(UR_BUILD_TESTS)
39
- set(UMF_BUILD_TESTS ON CACHE INTERNAL "Build UMF tests")
40
-else()
41
- set(UMF_BUILD_TESTS OFF CACHE INTERNAL "Build UMF tests")
42
-endif()
+set(UMF_BUILD_TESTS OFF CACHE INTERNAL "Build UMF tests")
+set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "Build UMF examples")
43
# TODO: L0 provider not ready yet
44
set(UMF_BUILD_LEVEL_ZERO_PROVIDER OFF CACHE INTERNAL "Build Level Zero Provider")
45
set(UMF_BUILD_SHARED_LIBRARY ${UMF_BUILD_SHARED_LIBRARY} CACHE INTERNAL "Build UMF shared library")
0 commit comments