• Tor Didriksen's avatar
    Bug#11766815 INVALID SYSTEM CHECK TIME_T_UNSIGNED · 8b50ce72
    Tor Didriksen authored
    The check for unsigned time_t failed, on all platforms, due to missing #include.
    
    from CMakeFiles/CMakeError.log
    with this patch: error: size of array array is negative
    without this patch: error: time_t undeclared (first use in this function)
    8b50ce72
configure.cmake 32.7 KB