Skip to content

Commit 0a259f3

Browse files
igchorkswiecicki
authored andcommitted
Disable building UMF tests and examples
as they require extra depndencies (libnuma)
1 parent f65a23e commit 0a259f3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/common/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ FetchContent_Declare(unified-memory-framework
3535
GIT_TAG ${UMF_TAG}
3636
)
3737

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()
38+
set(UMF_BUILD_TESTS OFF CACHE INTERNAL "Build UMF tests")
39+
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "Build UMF examples")
4340
# TODO: L0 provider not ready yet
4441
set(UMF_BUILD_LEVEL_ZERO_PROVIDER OFF CACHE INTERNAL "Build Level Zero Provider")
4542
set(UMF_BUILD_SHARED_LIBRARY ${UMF_BUILD_SHARED_LIBRARY} CACHE INTERNAL "Build UMF shared library")

0 commit comments

Comments
 (0)