comparison include/freeDiameter/CMakeLists.txt @ 1406:deaa89f4a994

add ERRORS_ON_WARNINGS to enable fatal compiler warnings
author Luke Mewburn <luke@mewburn.net>
date Tue, 18 Feb 2020 16:48:26 +1100
parents cbe1da7a32f1
children 699c3fb0c57b
comparison
equal deleted inserted replaced
1405:3cbe458fbfa9 1406:deaa89f4a994
12 OPTION(SCTP_USE_MAPPED_ADDRESSES "Use v6-mapped v4 addresses in SCTP (workaround some SCTP limitations)?" OFF) 12 OPTION(SCTP_USE_MAPPED_ADDRESSES "Use v6-mapped v4 addresses in SCTP (workaround some SCTP limitations)?" OFF)
13 ENDIF (NOT DISABLE_SCTP) 13 ENDIF (NOT DISABLE_SCTP)
14 14
15 # Find TODO items in the code easily ? 15 # Find TODO items in the code easily ?
16 OPTION(ERRORS_ON_TODO "(development) Generate compilation errors on TODO items ?" OFF) 16 OPTION(ERRORS_ON_TODO "(development) Generate compilation errors on TODO items ?" OFF)
17
18 # Compiler warnings are fatal?
19 OPTION(ERRORS_ON_WARNINGS "(development) Compiler warnings cause compilation errors ?" OFF)
17 20
18 # In DEBUG mode, each log can contain pid, calling function and file for easy debug. Set to ON to display this information. 21 # In DEBUG mode, each log can contain pid, calling function and file for easy debug. Set to ON to display this information.
19 OPTION(DEBUG_WITH_META "Show calling location in logs?" OFF) 22 OPTION(DEBUG_WITH_META "Show calling location in logs?" OFF)
20 23
21 # Create the absolute path for searching extensions 24 # Create the absolute path for searching extensions
"Welcome to our mercurial repository"