[Pkg-owncloud-commits] [qtkeychain] 11/35: Remove exports
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue May 24 17:39:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository qtkeychain.
commit 01c14de4872f18d2ccfa2397a893c5ac70d8cd78
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date: Thu Mar 17 09:44:10 2016 +0100
Remove exports
These exports install files to ~/.cmake even when not installing,
affecting other builds searching for qtkeychain (and finding the
files in ~/.cmake but not the build they came from).
Fixes #65
---
CMakeLists.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70927e9..9fdb6fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -181,9 +181,6 @@ target_link_libraries( testclient ${QTKEYCHAIN_TARGET_NAME})
### CMake config file
###
-export(TARGETS ${QTKEYCHAIN_TARGET_NAME} FILE "${PROJECT_BINARY_DIR}/Qt${QTKEYCHAIN_VERSION_INFIX}KeychainLibraryDepends.cmake")
-export(PACKAGE Qt${QTKEYCHAIN_VERSION_INFIX}Keychain)
-
configure_file(QtKeychainBuildTreeSettings.cmake.in
"${PROJECT_BINARY_DIR}/Qt${QTKEYCHAIN_VERSION_INFIX}KeychainBuildTreeSettings.cmake" @ONLY)
configure_file(QtKeychainConfig.cmake.in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list