Skip to content

Commit 51b73d0

Browse files
committed
CMakeLists: Use correct name for Tremor library.
Fixes #702.
1 parent bd3185b commit 51b73d0

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
@@ -472,7 +472,7 @@ if(SDL2MIXER_VORBIS_TREMOR)
472472
message(STATUS "Using system tremor")
473473
find_package(tremor REQUIRED)
474474
if(NOT SDL2MIXER_VORBIS_TREMOR_SHARED)
475-
list(APPEND PC_REQUIRES tremor)
475+
list(APPEND PC_REQUIRES vorbisidec)
476476
endif()
477477
endif()
478478
if(SDL2MIXER_VORBIS_TREMOR_SHARED)

0 commit comments

Comments
 (0)