summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-01-12 23:38:11 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-01-22 20:24:28 +0100
commitd8e631fb22e1d78f06d6bb393cbd9d0645ed902c (patch)
tree61b4e8027d88449ee4dfeb4af7a7a9d7fde0dee1 /cmake
parent9e1d4fbc759dd3f0d8d11df2efc968c64b688a96 (diff)
CMake: Fix dependencies detection
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindRubberband.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindRubberband.cmake b/cmake/modules/FindRubberband.cmake
index 4f4046ea62..3634ce7906 100644
--- a/cmake/modules/FindRubberband.cmake
+++ b/cmake/modules/FindRubberband.cmake
@@ -55,7 +55,7 @@ find_path(Rubberband_INCLUDE_DIR
mark_as_advanced(Rubberband_INCLUDE_DIR)
find_library(Rubberband_LIBRARY
- NAMES rubberband
+ NAMES rubberband rubberband-library rubberband-dll
PATHS ${PC_Rubberband_LIBRARY_DIRS}
DOC "Rubberband library"
)