~ubuntu-branches/ubuntu/trusty/pgagent/trusty

« back to all changes in this revision

Viewing changes to cmake/FindPG.cmake

  • Committer: Package Import Robot
  • Author(s): Gerfried Fuchs
  • Date: 2012-04-30 20:04:50 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120430200450-y05reghn6ces1kd8
Tags: 3.2.1-1
* New upstream release.
* Relicense packaging under WTFPLv2.
* Add recommended targets build-{arch,indep} to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# FindPg.cmake - A CMake module for locating PostgreSQL
4
4
#
5
5
# Dave Page, EnterpriseDB UK Ltd.
6
 
# This code is released under the BSD Licence
 
6
# This code is released under the PostgreSQL Licence
7
7
#
8
8
#######################################################################
9
9
 
91
91
                LIST(APPEND PG_LIBRARIES "krb5")
92
92
            ENDIF(_op MATCHES "krb5_free_principal")
93
93
 
 
94
            IF(_op MATCHES "ldap_init")
 
95
                LIST(APPEND PG_LIBRARIES "ldap")
 
96
            ENDIF(_op MATCHES "ldap_init")
 
97
 
94
98
            LIST(APPEND PG_LIBRARIES "crypto")
95
99
 
96
100
            IF(NOT APPLE)