mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 21:02:34 +08:00
Hopefully address the issue with REQUIRED_VARS for FindFFMPEG.cmake in cmake earlier than 3.18
Properly addresses issue #121 (and hopefully discussion #140) Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
parent
9cddb56f60
commit
8211a7010b
@ -24,6 +24,7 @@ include(FindPackageHandleStandardArgs)
|
||||
FOUND_VAR FFMPEG_FOUND
|
||||
VERSION_VAR FFMPEG_VERSION
|
||||
HANDLE_COMPONENTS
|
||||
REQUIRED_VARS
|
||||
)
|
||||
|
||||
if(FFMPEG_LIBRARIES AND FFMPEG_INCLUDE_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user