Skip to content
  • Brad King's avatar
    ParaViewBranding: Improve install destination flexibility · cffa07e5
    Brad King authored
    Replace the INSTALL_(BIN|LIB)_DIR options to build_paraview_client with
    more flexible INSTALL_(RUNTIME|LIBRARY|ARCHIVE|BUNDLE)_DIR options.  The
    latter match the CMake install(TARGETS) command DESTINATION options.  It
    also avoids having a platform-dependent default.  For compatibility,
    implement the old options by mapping to the new options.
    
    Also update the call site for ParaView itself to use the new options.
    
    Change-Id: Ib1a3e560424bc2036b82359e5ab0870804bdf778
    cffa07e5