aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-05-07 15:07:54 +0000
committerAndreas Schneider <mail@cynapses.org>2009-05-07 15:07:54 +0000
commit126dcd51e5d8d418852ab6c74b238a06a45b0bf9 (patch)
tree37c09d083622af03647b082c02560e6281ddc5a8 /cmake
parent249e11bd2e3946e1873cc02af03ec4e18ede71a2 (diff)
downloadlibssh-126dcd51e5d8d418852ab6c74b238a06a45b0bf9.tar.gz
libssh-126dcd51e5d8d418852ab6c74b238a06a45b0bf9.tar.xz
libssh-126dcd51e5d8d418852ab6c74b238a06a45b0bf9.zip
Improve GCrypt cmake checks.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@751 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindGCrypt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindGCrypt.cmake b/cmake/Modules/FindGCrypt.cmake
index 3c3761c..23d96b2 100644
--- a/cmake/Modules/FindGCrypt.cmake
+++ b/cmake/Modules/FindGCrypt.cmake
@@ -42,7 +42,7 @@ else (GCRYPT_LIBRARIES AND GCRYPT_INCLUDE_DIRS)
mark_as_advanced(GCRYPT_LIBRARY)
if (GCRYPT_LIBRARY)
- set(GCRYPT_FOUND TRUE)
+ set(GCRYPT_FOUND TRUE CACHE INTERNAL "Wether the gcrypt library has been found" FORCE)
endif (GCRYPT_LIBRARY)
set(GCRYPT_INCLUDE_DIRS