Skip to content
  • Matthew Hanna's avatar
    AIX,HP: Allow user to override the default runtime path (libpath) · 5a21557b
    Matthew Hanna authored and Brad King's avatar Brad King committed
    The `CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH` is used by CMake to always
    append `-Wl,-blibpath:/usr/lib:/lib` to the link line.  This is needed
    by default on these platforms but needs to be overridden in some use
    cases (e.g. an environment in which one maintains versioned shared
    libraries).  Change our logic to set this value only if it not already
    set by the user, project, or toolchain file.
    5a21557b