Skip to content

Commit

Permalink
Fix FLAC target to link
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored and madebr committed Jul 19, 2022
1 parent 755fd68 commit 2fe088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ if(SDL2MIXER_FLAC_LIBFLAC)
add_dependencies(SDL2_mixer FLAC)
endif()
else()
target_link_libraries(SDL2_mixer PRIVATE FLAC)
target_link_libraries(SDL2_mixer PRIVATE FLAC::FLAC)
endif()
endif()

Expand Down

0 comments on commit 2fe088d

Please sign in to comment.