mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 22:44:05 +00:00
Fix accidental line duplication
This commit is contained in:
parent
ec211e58d0
commit
8aaf44e5a8
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ if(APPLE)
|
|||
if (FFmpeg_FOUND)
|
||||
find_library(COREVIDEO_FRAMEWORK CoreVideo)
|
||||
find_library(VDA_FRAMEWORK VideoDecodeAcceleration)
|
||||
target_link_libraries(tes3mp ${COREVIDEO_FRAMEWORK} ${VDA_FRAMEWORK})
|
||||
target_link_libraries(tes3mp z ${COREVIDEO_FRAMEWORK} ${VDA_FRAMEWORK})
|
||||
endif()
|
||||
endif(APPLE)
|
||||
|
|
Loading…
Reference in a new issue