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

Brad King brad.king at kitware.com
Tue Feb 28 15:46:08 EST 2017


On 02/28/2017 03:38 PM, Rolf Eike Beer wrote:
>> +            /usr/local/libx32
>>              /usr/local/lib64
>>              /usr/local/lib
>> +            /usr/libx32
>>              /usr/lib64
>>              /usr/lib
>>              /usr/X11R6/include
> And so on…
> 
> Shouldn't we think of providing some sort of variable that holds those things? 

Actually with the auto lib -> lib<arch> conversion that find_library does
most of these lists aren't even needed.  Some of the lists can be removed
instead of extended.  Such discussion is better held in the MR [1] though.

-Brad


[1] https://gitlab.kitware.com/cmake/cmake/merge_requests/532



More information about the cmake-developers mailing list