Skip to content
  • Attila Krasznahorkay's avatar
    Taught FindGMock how to deal with debug builds correctly. · 27e74c21
    Attila Krasznahorkay authored
    The debug version of GMock is called libgmockd.so on Linux. The
    module was just not finding those versions at all so far.
    
    Copied the behaviour of CMake's FindGTest.cmake module for what
    this module would do in case just one, or both versions of the
    library are found.
    27e74c21