Navigation


Changeset 493:d68f27e7e814 in freeDiameter for cmake/Modules/FindSCTP.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/FindSCTP.cmake

    r284 r493  
    33#
    44#  SCTP_FOUND - system has SCTP
    5 #  SCTP_INCLUDE_DIRS - the SCTP include directories
     5#  SCTP_INCLUDE_DIR - the SCTP include directories
    66#  SCTP_LIBRARIES - link these to use SCTP
    77
    8 if (SCTP_INCLUDE_DIRS AND SCTP_LIBRARIES)
     8if (SCTP_INCLUDE_DIR AND SCTP_LIBRARIES)
    99  set(SCTP_FIND_QUIETLY TRUE)
    10 endif (SCTP_INCLUDE_DIRS AND SCTP_LIBRARIES)
     10endif (SCTP_INCLUDE_DIR AND SCTP_LIBRARIES)
    1111
    1212# Include dir
Note: See TracChangeset for help on using the changeset viewer.