Skip to content

Commit ec95418

Browse files
committed
SDL3_mixerConfig.cmake.in: fixed copy / paste typo
1 parent 7d6ed3f commit ec95418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/SDL3_mixerConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if(NOT TARGET SDL3_mixer::SDL3_mixer)
150150
endif()
151151

152152
if(NOT SDL3_mixer_COMPONENTS AND NOT TARGET SDL3_mixer::SDL3_mixer-shared AND NOT TARGET SDL3_mixer::SDL3_mixer-static)
153-
set(SDL3_image_FOUND FALSE)
153+
set(SDL3_mixer_FOUND FALSE)
154154
endif()
155155
@PACKAGE_INIT@
156156
check_required_components(SDL3_mixer)

0 commit comments

Comments
 (0)