diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-21 23:35:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-22 09:33:18 +0900 |
commit | ba97e2dc25f533f7942493e7f7d1203fdb64fc33 (patch) | |
tree | e7ee78ac96299de08dbace07f41183ffa48d398d /ConfigureChecks.cmake | |
parent | 7b6a9db8589b55d46f1de318a93db4bc1aff63a0 (diff) | |
download | tdebase-ba97e2dc25f533f7942493e7f7d1203fdb64fc33.tar.gz tdebase-ba97e2dc25f533f7942493e7f7d1203fdb64fc33.zip |
Avoid direct usage of tdeldap library. This allows to remove hard dependency between packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index fb3f4c3f2..0bbf183a1 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -467,7 +467,6 @@ if( WITH_KRB5 ) endif( NOT HAVE_KRB_KADM_H ) endif( NOT KRB5_FOUND ) set( HAVE_KRB5 1 ) - set( LIBTDELDAP_LIBRARIES "tdeldap" ) endif( ) # check for libr |