Navigation


Changeset 284:397cdcd41f53 in freeDiameter for cmake


Ignore:
Timestamp:
Apr 28, 2010, 6:54:08 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

New app_acct in progress, backup only

Location:
cmake/Modules
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cmake/Modules/FindGnuTLS.cmake

    r283 r284  
    66#  GNUTLS_LIBRARIES - List of libraries when using gnutls.
    77
    8 if (GNUTLS_INCLUDE_DIRS)
     8if (GNUTLS_INCLUDE_DIRS AND GNUTLS_LIBRARIES)
    99  set(GNUTLS_FIND_QUIETLY TRUE)
    10 endif (GNUTLS_INCLUDE_DIRS)
     10endif (GNUTLS_INCLUDE_DIRS AND GNUTLS_LIBRARIES)
    1111
    1212# Include dir
  • cmake/Modules/FindSCTP.cmake

    r8 r284  
    66#  SCTP_LIBRARIES - link these to use SCTP
    77
    8 if (SCTP_INCLUDE_DIRS)
     8if (SCTP_INCLUDE_DIRS AND SCTP_LIBRARIES)
    99  set(SCTP_FIND_QUIETLY TRUE)
    10 endif (SCTP_INCLUDE_DIRS)
     10endif (SCTP_INCLUDE_DIRS AND SCTP_LIBRARIES)
    1111
    1212# Include dir
Note: See TracChangeset for help on using the changeset viewer.