[Pkg-owncloud-commits] [owncloud-client] 318/333: About correctly when Qt5Keychain isn't found

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 9f8d867ce2ec38930b1c60ce0a7095ed9f6cd4f3
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Mon Apr 7 17:41:33 2014 +0200

    About correctly when Qt5Keychain isn't found
---
 cmake/modules/FindQt5Keychain.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/FindQt5Keychain.cmake b/cmake/modules/FindQt5Keychain.cmake
index b80a73d..53709da 100644
--- a/cmake/modules/FindQt5Keychain.cmake
+++ b/cmake/modules/FindQt5Keychain.cmake
@@ -23,7 +23,7 @@ find_library(QTKEYCHAIN_LIBRARY
 include(FindPackageHandleStandardArgs)
 # handle the QUIETLY and REQUIRED arguments and set QTKEYCHAIN_FOUND to TRUE
 # if all listed variables are TRUE
-find_package_handle_standard_args(QtKeychain  DEFAULT_MSG
+find_package_handle_standard_args(Qt5Keychain  DEFAULT_MSG
 	QTKEYCHAIN_LIBRARY QTKEYCHAIN_INCLUDE_DIR)
 
 mark_as_advanced(QTKEYCHAIN_INCLUDE_DIR QTKEYCHAIN_LIBRARY)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list