summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
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"
)