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 d9a01d2 commit 6d02d59Copy full SHA for 6d02d59
source/common/CMakeLists.txt
@@ -53,6 +53,7 @@ set(UMF_BUILD_TESTS OFF CACHE INTERNAL "Build UMF tests")
53
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "Build UMF examples")
54
set(UMF_BUILD_SHARED_LIBRARY ${UMF_BUILD_SHARED_LIBRARY} CACHE INTERNAL "Build UMF shared library")
55
set(UMF_BUILD_LIBUMF_POOL_DISJOINT ON CACHE INTERNAL "Build Disjoint Pool")
56
+set(UMF_BUILD_CUDA_PROVIDER OFF CACHE INTERNAL "Build UMF CUDA provider")
57
58
FetchContent_MakeAvailable(unified-memory-framework)
59
FetchContent_GetProperties(unified-memory-framework)
0 commit comments