Functions
art/tools/CMakeLists.txt File Reference

Functions

 include (ArtMake) add_subdirectory(sqlite/memoryTracker) add_subdirectory(sqlite/timeTracker) add_subdirectory(migration) cet_script(filter-memoryTracker-output filter-timeTracker-output) function(genskel TYPE SUFFIX) cmake_parse_arguments(GS"""""EXTRA_ARGS"$
 
 string (FIND"${TYPE}"":"split_loc) if(NOT split_loc EQUAL-1) string(SUBSTRING"$
 

Function Documentation

include ( ArtMake  )

Definition at line 1 of file CMakeLists.txt.

9  : We should add all the perl files that could change (and
10 # therefore change the output of the skeleton generator) as dependencies
11 # to each target. This is not trivial!
12 
13 function(genskel TYPE SUFFIX)
14  cmake_parse_arguments(GS "" "" "EXTRA_ARGS" ${ARGN})
Making New Hardwired Defaults for the and how to create a specialized set of selectable by doing mute mode whateverNameYouChoose The MessageLogger has a set of hardwired for use when no MessageLogger configuration appears in the config file These match the contents of the MessageLogger cfi file Although these defaults are hardwired into it is recognized that changing circumstances and experience withthe framework will make necessary changes in the defaults the defaults are kept in a clean form in one for ease of modification Multiple sets of these defaults can be corresponding to multiple modes of operation For the production while occasional release validation jobs might want output concerning info messages as well In the example we will show how to a Change the default summary threshold for the existing default mode b Create a new with a different summary threshold If you are changing the main it is probably a good idea to change the MessageLogger_cfi py file to keep the default in step with the contents of that file All the default information is kept in three files
the code is simple for that
Note that event though this is a statistics it goes into the map named destination we want to add
Note that event though this is a statistics it goes into the map named destination we want to output
dictionary all
Flash Comparison #.
string ( FIND"${TYPE}"":"  split_loc)

Definition at line 15 of file CMakeLists.txt.

15  {TYPE}" ":" split_loc)
16  if (NOT split_loc EQUAL -1)
17  string(SUBSTRING "${TYPE}" ${split_loc} -1 TYPEARGS)