mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
fix typo in FindFFmpeg
This commit is contained in:
parent
dab9d206f1
commit
4452ddb404
@ -175,7 +175,7 @@ foreach (_ffmpeg_component IN LISTS ffmpeg_FIND_COMPONENTS)
|
||||
"${ffmpeg_${_ffmpeg_component}_INCLUDE_DIRS}")
|
||||
list(APPEND ffmpeg_LIBRARIES
|
||||
"${ffmpeg_${_ffmpeg_component}_LIBRARIES}")
|
||||
if (FFMEG_FIND_REQUIRED_${_ffmpeg_component})
|
||||
if (FFMPEG_FIND_REQUIRED_${_ffmpeg_component})
|
||||
list(APPEND _ffmpeg_required_vars
|
||||
"ffmpeg_${_ffmpeg_required_vars}_INCLUDE_DIRS"
|
||||
"ffmpeg_${_ffmpeg_required_vars}_LIBRARIES")
|
||||
|
Loading…
Reference in New Issue
Block a user