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
20
20
)
21
21
22
22
message (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 ()
23
26
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 ( )
28
31
29
32
message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
30
33
You can’t perform that action at this time.
0 commit comments