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 69ac6c7 commit 43e64bcCopy full SHA for 43e64bc
source/common/CMakeLists.txt
@@ -34,6 +34,11 @@ FetchContent_Declare(unified-memory-framework
34
GIT_TAG ${UMF_TAG}
35
)
36
37
+if(UR_BUILD_TESTS)
38
+ set(UMF_BUILD_TESTS ON CACHE INTERNAL "Build UMF tests")
39
+else()
40
+ set(UMF_BUILD_TESTS OFF CACHE INTERNAL "Build UMF tests")
41
+endif()
42
set(UMF_BUILD_LIBUMF_POOL_DISJOINT ON CACHE INTERNAL "Build Disjoint Pool")
43
set(UMF_BUILD_OS_MEMORY_PROVIDER OFF CACHE INTERNAL "Build OS Provider")
44
0 commit comments