Cmake: Build with GSSAPI (MIT or Heimdal)
authorJakub Zakrzewski <jzakrzewski@e2ebridge.com>
Thu, 25 Sep 2014 13:03:00 +0000 (15:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2014 11:48:31 +0000 (13:48 +0200)
commit558814e16d84aa202c5ccc0c8108a9d728e77a58
treee80f6381797b55655e51e0a57515bdade8fd3cb9
parenta3154295c5b0b538d7883d30e6f1325b69bb50fd
Cmake: Build with GSSAPI (MIT or Heimdal)

It tries hard to recognise SDK's on different platforms. On windows MIT
Kerberos installs SDK with other things and puts path into registry.
Heimdal have separate zip archive. On linux pkg-config is tried, then
krb5-config script and finally old-style libs and headers detection.

Command line args:
* CMAKE_USE_GSSAPI - enables GSSAPI detection
* GSS_ROOT_DIR - if set, should point to the root of GSSAPI installation
                 (the one with include and lib directories)
CMake/FindGSS.cmake [new file with mode: 0644]
CMakeLists.txt
Makefile.am