Skip to content
  • Mike McQuaid's avatar
    Add variable for InstallRequiredSystemLibraries dir (#11140) · 492cd84f
    Mike McQuaid authored
    InstallRequiredSystemLibraries currently defaults to installing to
    bin on WIN32 and lib otherwise. This patch allows you to configure
    this by using the variable CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION.
    
    It also switches the logic to use a single INSTALL(PROGRAMS) command
    rather than two deprecated uses of the INSTALL_PROGRAMS command.
    492cd84f