• Bjorn Svensson's avatar
    Install on windows fixes (#1117) · 6d5c3ee7
    Bjorn Svensson authored
    * Remove attempt to install .pdb file for windows static lib
    
    From ff57c18b (#1054) the debug information was embedded in the
    windows static lib rather than creating a .pdb file.
    Removing the installation step of this file in CMake when building
    with buildtype Debug or RelWithDebInfo.
    
    * Embed debug information in windows hiredis_ssl_static lib
    
    See ff57c18b (#1054) for same change in library hiredis_static.
    6d5c3ee7
CMakeLists.txt 8.47 KB