Skip to content

Commit

Permalink
clang warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bratpiorka committed Jun 28, 2024
1 parent 03fcc51 commit dbc96ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ target_include_directories(ur_common PUBLIC

message(STATUS "Download Unified Memory Framework from github.com")
if (NOT DEFINED UMF_REPO)
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")
set(UMF_REPO "https://github.com/bratpiorka/unified-memory-framework.git")
endif()

if (NOT DEFINED UMF_TAG)
# Merge pull request #551 from bratpiorka/rrudnick_dll_safe_load_list load DLLs only from safe load list
set(UMF_TAG af74d7628efc0f1da36ab0ff2dba9bdd2816a9f7)
set(UMF_TAG b37d93e926682914912188d51e01d13981ec8bd1)
endif()

message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
Expand Down

0 comments on commit dbc96ab

Please sign in to comment.