File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ target_include_directories(ur_common PUBLIC
36
36
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR} /include >
37
37
)
38
38
39
-
40
39
if (UR_STATIC_ADAPTER_L0)
41
40
if (UMF_BUILD_SHARED_LIBRARY)
42
41
message (STATUS "Static adapter is not compatible with shared UMF, switching to fully statically linked UMF" )
@@ -47,6 +46,7 @@ endif()
47
46
set (UR_USE_EXTERNAL_UMF ON CACHE BOOL "Use a pre-built UMF if available" )
48
47
49
48
if (UR_USE_EXTERNAL_UMF)
49
+ # v1.1.0-dev2 is not strictly required and they both are compatible
50
50
find_package (umf 1.0.0 QUIET )
51
51
endif ()
52
52
if (umf_FOUND)
@@ -56,11 +56,12 @@ if(umf_FOUND)
56
56
else ()
57
57
set (UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git" )
58
58
59
- # commit 1de269c00e46b7cbdbafa2247812c8c4bb4ed4a5
59
+ # commit 503d302a72f719a3f11fce0e610f07a3793549d9
60
60
# Author: Łukasz Stolarczuk <[email protected] >
61
- # Date: Mon Jul 21 15:42:59 2025 +0200
62
- # 1.0.0 release
63
- set (UMF_TAG v1.0.0)
61
+ # Date: Mon Aug 18 11:14:25 2025 +0200
62
+ # Merge pull request #1496 from sarnex/gtest
63
+ # [CMake] Support preinstalled GTest
64
+ set (UMF_TAG v1.1.0-dev2)
64
65
65
66
if (NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-MEMORY-FRAMEWORK )
66
67
message (STATUS "Will fetch Unified Memory Framework from ${UMF_REPO} " )
You can’t perform that action at this time.
0 commit comments