Explorar o código

Fix copy&paste error in AppKit cmake module

Only consider AppKit_LIBRARIES
Palana %!s(int64=12) %!d(string=hai) anos
pai
achega
f2d0c98ffe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmake/Modules/FindAppKit.cmake

+ 1 - 1
cmake/Modules/FindAppKit.cmake

@@ -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)