Skip to content

Commit 45bacaf

Browse files
icculussezero
authored andcommitted
CMakeLists: Use correct name for Tremor library.
Fixes #702. (cherry picked from commit 51b73d0)
1 parent c35b41a commit 45bacaf

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)