X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fcmake%2Fmodules%2FFindOpenLdap.cmake;fp=src%2Fceph%2Fcmake%2Fmodules%2FFindOpenLdap.cmake;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=35b711d6b331523839763702044e241577ff619b;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/cmake/modules/FindOpenLdap.cmake b/src/ceph/cmake/modules/FindOpenLdap.cmake deleted file mode 100644 index 35b711d..0000000 --- a/src/ceph/cmake/modules/FindOpenLdap.cmake +++ /dev/null @@ -1,22 +0,0 @@ -# - Find OpenLDAP C Libraries -# -# OPENLDAP_FOUND - True if found. -# OPENLDAP_INCLUDE_DIR - Path to the openldap include directory -# OPENLDAP_LIBRARIES - Paths to the ldap and lber libraries - -find_path(OPENLDAP_INCLUDE_DIR ldap.h PATHS - /usr/include - /opt/local/include - /usr/local/include) - -find_library(LDAP_LIBRARY ldap) -find_library(LBER_LIBRARY lber) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(OpenLdap DEFAULT_MSG - OPENLDAP_INCLUDE_DIR LDAP_LIBRARY LBER_LIBRARY) - -set(OPENLDAP_LIBRARIES ${LDAP_LIBRARY} ${LBER_LIBRARY}) - -mark_as_advanced( - OPENLDAP_INCLUDE_DIR LDAP_LIBRARY LBER_LIBRARY)