Am Montag, 26. März 2012, 11:01:38 schrieb Brad King:
> On 3/26/2012 10:49 AM, Rolf Eike Beer wrote:
> > For the beginning I added 2 obvious cleanups to the "lib64-cleanup" topic
> > on stage. If noone objects I'll merge them to next soon.
>
> Thanks.  In FindBLAS:
>
>     if (WIN32)
>       set(_libdir ENV LIB)
>     elseif (APPLE)
> -    set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV
> DYLD_LIBRARY_PATH) +    set(_libdir /usr/local/lib /usr/lib ENV
> DYLD_LIBRARY_PATH)
>     else ()
> -    set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV
> LD_LIBRARY_PATH) +    set(_libdir /usr/local/lib /usr/lib ENV
> LD_LIBRARY_PATH)
>     endif ()
>
> I do not think any of the non-ENV paths is needed.  Those are all
> standard locations.

Thanks, fixed. And added a patch that removes this in a bunch of other modules.

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to