0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

Fix copy&paste error in AppKit cmake module

Only consider AppKit_LIBRARIES
This commit is contained in:
Palana 2014-01-24 23:58:21 +01:00
parent b9330d48f2
commit f2d0c98ffe

View File

@ -4,7 +4,7 @@
# AppKit_LIBRARIES
#
if(AppKit_INCLUDE_DIR AND Libavutil_LIBRARIES)
if(AppKit_LIBRARIES)
set(AppKit_FOUND TRUE)
else()
find_library(APPKIT_FRAMEWORK AppKit)