Skip to content

Commit f527b30

Browse files
committed
fix cmake
1 parent 24cf90a commit f527b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pool/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
1414
add_umf_library(
1515
NAME disjoint_pool
1616
TYPE STATIC
17-
SRCS pool_disjoint.cpp pool_disjoint.c
18-
../critnib/critnib.c ${POOL_EXTRA_SRCS}
17+
SRCS pool_disjoint.cpp pool_disjoint.c ../critnib/critnib.c
18+
${POOL_EXTRA_SRCS}
1919
LIBS ${POOL_EXTRA_LIBS})
2020

2121
target_compile_definitions(disjoint_pool

0 commit comments

Comments
 (0)