externals: fix a regression when using MSVC
This commit is contained in:
parent
3f765ea9a4
commit
3ae9258efe
2 changed files with 2 additions and 1 deletions
1
externals/CMakeLists.txt
vendored
1
externals/CMakeLists.txt
vendored
|
@ -125,4 +125,5 @@ endif()
|
|||
# FFMpeg
|
||||
if (YUZU_USE_BUNDLED_FFMPEG)
|
||||
add_subdirectory(ffmpeg)
|
||||
set(FFmpeg_PATH "${FFmpeg_PATH}" PARENT_SCOPE)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue