Skip to content

Commit 37131b1

Browse files
committed
CMakeLists: Use correct name for Tremor library.
Fixes #702. (cherry picked from commit 51b73d0)
1 parent e06a701 commit 37131b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ if(SDLMIXER_VORBIS_TREMOR)
529529
find_package(tremor ${required})
530530
if(tremor_FOUND)
531531
if(NOT SDLMIXER_VORBIS_TREMOR_SHARED)
532-
list(APPEND PC_REQUIRES tremor)
532+
list(APPEND PC_REQUIRES vorbisidec)
533533
endif()
534534
set(SDLMIXER_VORBIS_TREMOR_ENABLED TRUE)
535535
else()

0 commit comments

Comments
 (0)