externals: fix a regression when using MSVC

This commit is contained in:
liushuyu 2021-12-15 00:27:12 -07:00
parent f722e83537
commit 9885209b9f
2 changed files with 2 additions and 1 deletions

View file

@ -125,4 +125,5 @@ endif()
# FFMpeg
if (YUZU_USE_BUNDLED_FFMPEG)
add_subdirectory(ffmpeg)
set(FFmpeg_PATH "${FFmpeg_PATH}" PARENT_SCOPE)
endif()