Re: [cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath.

2016-05-17 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
From: brad.k...@kitware.com At: May 17 2016 13:37:50 To: Matthew Hanna (BLOOMBERG/ 731 LEX) Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath. On 05/17/2016 12:26 PM, Matthew Hanna (BLOOMBERG/ 731 LEX) wrote: > The attac

Re: [cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath.

2016-05-17 Thread Brad King
On 05/17/2016 12:26 PM, Matthew Hanna (BLOOMBERG/ 731 LEX) wrote: > The attached patch allows for a toolchain or command line override > of the CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH Thanks. Applied with a revised commit message: AIX,HP: Allow user to override the default runtime path (libpath)

[cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath.

2016-05-17 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
Hi, The attached patch allows for a toolchain or command line override of the CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH that is only used in AIX.cmake and HP-UX.cmake. The specific case this patch is for, is compiling third party code on AIX for deployment in an environment in which we maintain ver