File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,8 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER)
82
82
set (UMF_SOURCES_LINUX ${UMF_SOURCES_LINUX}
83
83
provider/provider_level_zero.c )
84
84
85
- if (LINUX )
86
- set (UMF_COMPILE_DEFINITIONS ${UMF_COMPILE_DEFINITIONS}
87
- "UMF_BUILD_LEVEL_ZERO_PROVIDER=1" )
88
- endif ()
85
+ set (UMF_COMPILE_DEFINITIONS ${UMF_COMPILE_DEFINITIONS}
86
+ "UMF_BUILD_LEVEL_ZERO_PROVIDER=1" )
89
87
endif ()
90
88
91
89
if (LINUX )
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ if(UMF_BUILD_LIBUMF_POOL_JEMALLOC)
51
51
endif ()
52
52
53
53
# libumf_pool_scalable
54
- if (LINUX )
55
- set (LIBS_POOL_SCALABLE dl umf_utils )
56
- elseif (WINDOWS )
57
- set (LIBS_POOL_SCALABLE umf_utils )
58
- endif ()
59
-
60
54
if (UMF_BUILD_LIBUMF_POOL_SCALABLE )
61
55
if (LINUX OR WINDOWS )
56
+ if (LINUX )
57
+ set (LIBS_POOL_SCALABLE dl umf_utils )
58
+ elseif (WINDOWS )
59
+ set (LIBS_POOL_SCALABLE umf_utils )
60
+ endif ()
61
+
62
62
add_umf_library (NAME scalable_pool
63
63
TYPE STATIC
64
64
SRCS pool_scalable.c ${POOL_EXTRA_SRCS}
You can’t perform that action at this time.
0 commit comments