Revision 7035a9f...

Go back to digest for 20th April 2014

Other in KDE Base

Nicolás Alvarez committed changes in [kwallet] /:

Rewrite FindLibGcrypt.cmake to not use gcrypt-config.

Using the gcrypt-config shell script won't work on Windows.
I wrote a new find module from scratch. It now searches for the
library and include directory the usual CMake way (find_library and
find_path). It still supports version checking by extracting the
version number from the gcrypt.h header.

REVIEW:117652

File Changes

Modified 3 files
  •   CMakeLists.txt
  •   cmake/FindLibGcrypt.cmake
  •   src/runtime/kwalletd/backend/CMakeLists.txt
3 files changed in total