• Joel Johnson's avatar
    Don't use unique variable for postfix · a3afd74b
    Joel Johnson authored
    The more general CMake way to handle library suffixing is to set
    CMAKE_<CONFIG>_POSTFIX, so setting the Debug output suffix name should
    be more correctly done by the caller or CMake configurer by setting
    the desired value in CMAKE_DEBUG_POSTFIX.
    a3afd74b
CMakeLists.txt 8.81 KB