Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bratpiorka committed Nov 14, 2024
1 parent 6d3c973 commit d7d0bd7
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 180 deletions.
3 changes: 1 addition & 2 deletions src/pool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
add_umf_library(
NAME disjoint_pool
TYPE STATIC
SRCS pool_disjoint.c ../critnib/critnib.c
${POOL_EXTRA_SRCS}
SRCS pool_disjoint.c ../critnib/critnib.c ${POOL_EXTRA_SRCS}
LIBS ${POOL_EXTRA_LIBS})

target_compile_definitions(disjoint_pool
Expand Down
Loading

0 comments on commit d7d0bd7

Please sign in to comment.