[CMake] eliminating -blibpath on AIX

2010-08-04 Thread Dave Semeraro
Hello, I am building projects on an AIX system and I want the contents of the link.txt file to not include the -blibpath information at the end. I have tried all combinations of the CMAKE_SKIP_RPATH and other rpath related commands and can not get rid of it. I have read the rpath info on the

Re: [CMake] eliminating -blibpath on AIX

2010-08-04 Thread Verweij, Arjen
SKIP_BUILD_RPATH ? -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Dave Semeraro Sent: woensdag 4 augustus 2010 15:58 To: cmake@cmake.org Subject: [CMake] eliminating -blibpath on AIX Hello, I am building projects on an AIX system and I

Re: [CMake] eliminating -blibpath on AIX

2010-08-04 Thread Brad King
On 08/04/2010 09:57 AM, Dave Semeraro wrote: I am building projects on an AIX system and I want the contents of the link.txt file to not include the -blibpath information at the end. I have tried all combinations of the CMAKE_SKIP_RPATH and other rpath related commands and can not get rid

Re: [CMake] eliminating -blibpath on AIX

2010-08-04 Thread Verweij, Arjen
Patch Modules/Platform/AIX.cmake ? -Original Message- From: Dave Semeraro [mailto:semer...@ncsa.illinois.edu] Sent: woensdag 4 augustus 2010 16:42 To: Verweij, Arjen Subject: Re: [CMake] eliminating -blibpath on AIX Arjen and Denis, Neither suggestion worked. There seems to be no way