Navigation


Changeset 493:d68f27e7e814 in freeDiameter for cmake/Modules/FindGnuTLS.cmake


Ignore:
Timestamp:
Aug 13, 2010, 5:23:39 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fixed a few CMake variable names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmake/Modules/FindGnuTLS.cmake

    r304 r493  
    33#
    44#  GNUTLS_FOUND - True if gnutls found.
    5 #  GNUTLS_INCLUDE_DIRS - where to find gnutls.h, etc.
     5#  GNUTLS_INCLUDE_DIR - where to find gnutls.h, etc.
    66#  GNUTLS_LIBRARIES - List of libraries when using gnutls.
    77
    8 if (GNUTLS_INCLUDE_DIRS AND GNUTLS_LIBRARIES)
     8if (GNUTLS_INCLUDE_DIR AND GNUTLS_LIBRARIES)
    99  set(GNUTLS_FIND_QUIETLY TRUE)
    10 endif (GNUTLS_INCLUDE_DIRS AND GNUTLS_LIBRARIES)
     10endif (GNUTLS_INCLUDE_DIR AND GNUTLS_LIBRARIES)
    1111
    1212# Include dir
Note: See TracChangeset for help on using the changeset viewer.