Skip to content
  • Rodney Dawes's avatar
    Install dark icons via execute_process to use copy command · 250a7d0b
    Rodney Dawes authored
    In order to ensure the dark icons are copied over the light icons which
    are installed into the dark theme for BUG:444095, we need to execute the
    copy command ourselves rather than using CMake's internal copy mechanism
    used by the normal install command, so we use CODE mode of install to
    execute_process and print an appropriate status message.
    
    BUG: 445489
    250a7d0b