Commit 18460a60 authored by Andreas Tille's avatar Andreas Tille
Browse files

bioparser is only a header no need to create -lbioparser linker option

parent cfccdeae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Description: Use Debian packaged libraries
-endif()
-
-target_link_libraries(racon bioparser spoa thread_pool pthread edlib_static)
+target_link_libraries(racon bioparser spoa thread_pool pthread edlib)
+target_link_libraries(racon spoa thread_pool pthread edlib z)
 
 install(TARGETS racon DESTINATION bin)