We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769268b commit 81900c5Copy full SHA for 81900c5
src/pool/CMakeLists.txt
@@ -14,8 +14,7 @@ if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
14
add_umf_library(
15
NAME disjoint_pool
16
TYPE STATIC
17
- SRCS pool_disjoint.c ../critnib/critnib.c
18
- ${POOL_EXTRA_SRCS}
+ SRCS pool_disjoint.c ../critnib/critnib.c ${POOL_EXTRA_SRCS}
19
LIBS ${POOL_EXTRA_LIBS})
20
21
target_compile_definitions(disjoint_pool
0 commit comments