File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,14 @@ target_include_directories(ur_common PUBLIC
2020)
2121
2222message (STATUS "Download Unified Memory Framework from github.com" )
23+ if (NOT DEFINED UMF_REPO)
24+ set (UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git" )
25+ endif ()
2326
24- set (UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git" )
25-
26- # Merge pull request #119 from ldorau/Fix_arena_extent_split_and_arena_extent_merge
27- set (UMF_TAG 9bf7a0dc4dff76844e10edbb5c6e9d917536ef6d )
27+ if ( NOT DEFINED UMF_TAG )
28+ # Merge pull request #119 from ldorau/Fix_arena_extent_split_and_arena_extent_merge
29+ set (UMF_TAG 9bf7a0dc4dff76844e10edbb5c6e9d917536ef6d)
30+ endif ( )
2831
2932message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
3033
You can’t perform that action at this time.
0 commit comments