Re: [cmake-developers] [RESEND] [PATCH] x32-abi support #15994 (without line wrapping!)

2017-02-27 Thread Steven Newbury
On Mon, 2017-02-27 at 08:36 -0500, Brad King wrote: > On 02/26/2017 08:30 PM, Steven Newbury wrote: > > This is based on the patch attached to the > > original Manits bug: > > https://cmake.org/Bug/view.php?id=15994#c40584 > > > > I have cleaned up all the hard coded paths so > > hopefully it has

Re: [cmake-developers] [PATCH v2] Allow custom lib suffix be used as find path

2017-02-27 Thread Brad King
On 02/25/2017 02:15 PM, Christian Schmidbauer wrote: > Inspired by commit 896ad25 for bug #11260, this commit allows to use the > variable CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX to be used as find path. > Allowing the find path to be more deterministic on custom setups. > > A similar idea has

Re: [cmake-developers] [RESEND] [PATCH] x32-abi support #15994 (without line wrapping!)

2017-02-27 Thread Brad King
On 02/26/2017 08:30 PM, Steven Newbury wrote: > This is based on the patch attached to the > original Manits bug: > https://cmake.org/Bug/view.php?id=15994#c40584 > > I have cleaned up all the hard coded paths so > hopefully it has now no effect on non-x32 systems. > > It probably needs tests to