Skip to content

Commit

Permalink
Disable building UMF tests and examples
Browse files Browse the repository at this point in the history
as they require extra depndencies (libnuma)
  • Loading branch information
igchor authored and kswiecicki committed Jul 25, 2024
1 parent f65a23e commit 0a259f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ FetchContent_Declare(unified-memory-framework
GIT_TAG ${UMF_TAG}
)

if(UR_BUILD_TESTS)
set(UMF_BUILD_TESTS ON CACHE INTERNAL "Build UMF tests")
else()
set(UMF_BUILD_TESTS OFF CACHE INTERNAL "Build UMF tests")
endif()
set(UMF_BUILD_TESTS OFF CACHE INTERNAL "Build UMF tests")
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "Build UMF examples")
# TODO: L0 provider not ready yet
set(UMF_BUILD_LEVEL_ZERO_PROVIDER OFF CACHE INTERNAL "Build Level Zero Provider")
set(UMF_BUILD_SHARED_LIBRARY ${UMF_BUILD_SHARED_LIBRARY} CACHE INTERNAL "Build UMF shared library")
Expand Down

0 comments on commit 0a259f3

Please sign in to comment.