Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/CMakeLists.txt

    r24 r17  
    1010
    1111# Disable SCTP support completly ?
    12 OPTION(DISABLE_SCTP "Disable SCTP support?" OFF)
    13 IF (NOT DISABLE_SCTP)
    14         OPTION(DEBUG_SCTP "Verbose SCTP (for debug)?" OFF)
    15         OPTION(SCTP_USE_MAPPED_ADDRESSES "Use v6-mapped v4 addresses in SCTP (workaround some SCTP limitations)?" OFF)
    16 ENDIF (NOT DISABLE_SCTP)
     12OPTION(DISABLE_SCTP "Disable SCTP support?")
    1713
    1814# Find TODO items in the code easily ?
Note: See TracChangeset for help on using the changeset viewer.