Skip to content

Commit bb946cb

Browse files
committed
Only build OS memory provider on linux
There is no implmenetation for windows anyway.
1 parent b41a8b0 commit bb946cb

File tree

2 files changed

+0
-81
lines changed

2 files changed

+0
-81
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ if(UMF_BUILD_OS_MEMORY_PROVIDER)
3636
provider/provider_os_memory_linux.c
3737
memory_targets/memory_target_numa.c
3838
memspaces/memspace_numa.c)
39-
set(UMF_SOURCES_WINDOWS ${UMF_SOURCES_WINDOWS} provider/provider_os_memory_windows.c)
4039
if(LINUX)
4140
set(UMF_LIBS ${UMF_LIBS} numa)
4241
endif()

src/provider/provider_os_memory_windows.c

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)