Skip to content
  • Johan Andruejol's avatar
    InstallRequiredSystemLibraries: Add option to specify install COMPONENT · e97141c2
    Johan Andruejol authored and Brad King's avatar Brad King committed
    Previously the module did not support projects using installation
    components because install(PROGRAMS) was never called with COMPONENT.
    Add an option to specify the COMPONENT so that projects doing this do
    not have to resort to using CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP and
    writing the install rule by hand.
    e97141c2