Merge pull request #80 from TheOneRing/fix_osx

Fix osx usage
This commit is contained in:
Frank Osterfeld 2016-08-05 11:46:04 +02:00 committed by GitHub
commit 7be9cef710
1 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@ else()
find_dependency(Qt4 COMPONENTS QtCore)
endif()
if(APPLE)
find_dependency(COREFOUNDATION_LIBRARY CoreFoundation)
find_dependency(SECURITY_LIBRARY Security)
endif()
# Our library dependencies (contains definitions for IMPORTED targets)
include("${QTKEYCHAIN_CMAKE_DIR}/Qt@QTKEYCHAIN_VERSION_INFIX@KeychainLibraryDepends.cmake")