comparison include/freeDiameter/CMakeLists.txt @ 24:bd83ce9328ed

Cleanups and completed sctp code (not finished)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 21 Oct 2009 18:42:45 +0900
parents db6c40b8b307
children 08d8cbeff30b
comparison
equal deleted inserted replaced
23:db6c40b8b307 24:bd83ce9328ed
10 10
11 # Disable SCTP support completly ? 11 # Disable SCTP support completly ?
12 OPTION(DISABLE_SCTP "Disable SCTP support?" OFF) 12 OPTION(DISABLE_SCTP "Disable SCTP support?" OFF)
13 IF (NOT DISABLE_SCTP) 13 IF (NOT DISABLE_SCTP)
14 OPTION(DEBUG_SCTP "Verbose SCTP (for debug)?" OFF) 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)
15 ENDIF (NOT DISABLE_SCTP) 16 ENDIF (NOT DISABLE_SCTP)
16 17
17 # Find TODO items in the code easily ? 18 # Find TODO items in the code easily ?
18 OPTION(ERRORS_ON_TODO "(development) Generate compilation errors on TODO items ?" OFF) 19 OPTION(ERRORS_ON_TODO "(development) Generate compilation errors on TODO items ?" OFF)
19 20
"Welcome to our mercurial repository"