Skip to content

Commit a3776e5

Browse files
committed
Swith to linking dynamically with UMF
1 parent b4dfbb1 commit a3776e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ option(UR_USE_MSAN "enable MemorySanitizer" OFF)
3535
option(UR_USE_TSAN "enable ThreadSanitizer" OFF)
3636
option(UR_ENABLE_TRACING "enable api tracing through xpti" OFF)
3737
option(UR_ENABLE_SANITIZER "enable device sanitizer" ON)
38-
option(UMF_BUILD_SHARED_LIBRARY "Build UMF as a shared library" OFF)
38+
option(UMF_BUILD_SHARED_LIBRARY "Build UMF as a shared library" ON)
3939
option(UR_BUILD_ADAPTER_L0 "Build the Level-Zero adapter" OFF)
4040
option(UR_BUILD_ADAPTER_OPENCL "Build the OpenCL adapter" OFF)
4141
option(UR_BUILD_ADAPTER_CUDA "Build the CUDA adapter" OFF)

0 commit comments

Comments
 (0)