summaryrefslogtreecommitdiff
path: root/sci-biology/kallisto/files/kallisto-0.46.2-cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/kallisto/files/kallisto-0.46.2-cmake.patch')
-rw-r--r--sci-biology/kallisto/files/kallisto-0.46.2-cmake.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/kallisto/files/kallisto-0.46.2-cmake.patch b/sci-biology/kallisto/files/kallisto-0.46.2-cmake.patch
index ba6114a9164f..6516f162e906 100644
--- a/sci-biology/kallisto/files/kallisto-0.46.2-cmake.patch
+++ b/sci-biology/kallisto/files/kallisto-0.46.2-cmake.patch
@@ -142,7 +142,7 @@
+find_package( Catch2 REQUIRED )
+include_directories( ${Catch2_INCLUDE_DIRS} )
-+target_link_libraries( tests ${Catch2_LIBRARIES} )
++target_link_libraries( tests Catch2::Catch2WithMain )
+
find_package( ZLIB REQUIRED )
if ( ZLIB_FOUND )