Commit cfccdeae authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix patch

parent a571dd5d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,8 +32,9 @@ Description: Use Debian packaged libraries
 
-    add_subdirectory(vendor/googletest/googletest EXCLUDE_FROM_ALL)
-
     target_link_libraries(racon_test spoa thread_pool pthread
-    target_link_libraries(racon_test bioparser spoa thread_pool pthread
-        edlib_static gtest_main)
+    target_link_libraries(racon_test spoa thread_pool pthread
+        edlib gtest_main gtest z)
 endif(racon_build_tests)