[kde-runtime/KDE/4.13] cmake/modules: Fix build with older CMake versions.
Christophe Giboudeaux
cgiboudeaux at gmx.com
Sun May 11 11:56:54 UTC 2014
Git commit b4165b12e3a72057cd770cb53448b1f251aa8e65 by Christophe Giboudeaux.
Committed on 11/05/2014 at 11:56.
Pushed by cgiboudeaux into branch 'KDE/4.13'.
Fix build with older CMake versions.
The minimum CMake version in KDE 4.13 is still 2.8.9.
FOUND_VAR was added to fphsa in CMake 2.8.11.
CCMAIL: release-team at kde.org
M +0 -1 cmake/modules/FindLibGcrypt.cmake
http://commits.kde.org/kde-runtime/b4165b12e3a72057cd770cb53448b1f251aa8e65
diff --git a/cmake/modules/FindLibGcrypt.cmake b/cmake/modules/FindLibGcrypt.cmake
index 8ab3684..e2a0b9d 100644
--- a/cmake/modules/FindLibGcrypt.cmake
+++ b/cmake/modules/FindLibGcrypt.cmake
@@ -64,7 +64,6 @@ endif()
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LibGcrypt
- FOUND_VAR LIBGCRYPT_FOUND
REQUIRED_VARS LIBGCRYPT_LIBRARY LIBGCRYPT_INCLUDE_DIR
VERSION_VAR LIBGCRYPT_VERSION
)
More information about the release-team
mailing list