• unknown's avatar
    BUG#12549572 : CMake file does not include gcov option · d25b5b68
    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" 
    d25b5b68
CMakeLists.txt 13 KB