• unknown's avatar
    BUG#12549572 : CMake file does not include gcov option · a5352244
    unknown authored
    This patch inserts an 'ENABLE_GCOV' option for enabling gcov compilation
    on Linux machines. It modifies the CMakeLists.txt setting this option
    to 'OFF' by default.
    
    Note: The option requires a debug build. For example, 
          -DCMAKE_BUILD_TYPE:string="Debug" 
    a5352244
CMakeLists.txt 13 KB