Navigation


Changeset 958:b415d1384e0d in freeDiameter for extensions/_sample/CMakeLists.txt


Ignore:
Timestamp:
Feb 28, 2013, 7:06:31 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove TRACE_LEVEL. Obsoleted by run-time support (--debug-one-file).
Ok sdecugis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/_sample/CMakeLists.txt

    r653 r958  
    11# The sample extension
    22PROJECT("Sample extension")
    3 
    4 # Overwrite the debug level for the extension code if configured
    5 OPTION(DEBUG_LEVEL__SAMPLE "Overwrite debug level for the extension _sample if defined (valid values: FULL, ANNOYING, CALL...)" OFF)
    6 IF (DEBUG_LEVEL__SAMPLE)
    7      ADD_DEFINITIONS(-DTRACE_LEVEL=${DEBUG_LEVEL__SAMPLE})
    8 ENDIF (DEBUG_LEVEL__SAMPLE)
    9 IF (NOT CMAKE_BUILD_TYPE MATCHES "Debug")
    10   MARK_AS_ADVANCED(DEBUG_LEVEL__SAMPLE)
    11 ENDIF (NOT CMAKE_BUILD_TYPE MATCHES "Debug")
    123
    134# Compile as a module
Note: See TracChangeset for help on using the changeset viewer.