From 08fd4a51ed2390a7af803faca81108e0a6a91c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 27 Jan 2019 01:03:25 +0100 Subject: Update CMake rules + Prefer Heimdal during Kerberos detection. + Add a check whether the Kerberos is Heimdal. + Add a check whether the compiler supports the option -fpermissive. + Add an option for the user to specify SYSTEM_CA_STORE_REGENERATE_COMMAND. + Set the library version to 1.0.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a8db41b..8395331 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,6 +11,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} ${TDE_LIB_DIR} + ${KRB5_LIBRARY_DIRS} ) @@ -30,9 +31,10 @@ tde_add_library( tdeldap SHARED AUTOMOC tdesu krb5 kadm5clnt kadm5srv hdb lber ldap - + + VERSION 1.0.0 DESTINATION ${LIB_INSTALL_DIR} -) +) ##### headers -- cgit v1.2.1