[cmake-developers] [PATCH] CMakeFindPackageMode.cmake: fix 32/64bit detection if `file' is a symlink

2012-02-23 Thread Yury G. Kudryashov
From: "Yury G. Kudryashov" --- Modules/CMakeFindPackageMode.cmake |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Modules/CMakeFindPackageMode.cmake b/Modules/CMakeFindPackageMode.cmake index 4296577..bcf3014 100644 --- a/Modules/CMakeFindPackageMode.cmake +++ b/Modul

Re: [cmake-developers] [PATCH] CMakeFindPackageMode.cmake: fix 32/64bit detection if `file' is a symlink

2012-02-24 Thread Brad King
On 2/23/2012 4:39 PM, Yury G. Kudryashov wrote: From: "Yury G. Kudryashov" Applied, thanks: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=19ab5819 -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Pleas

Re: [cmake-developers] [PATCH] CMakeFindPackageMode.cmake: fix 32/64bit detection if `file' is a symlink

2012-02-28 Thread David Cole
I understand the get_filename_component call here, but it does not really need to use CACHE does it? On Fri, Feb 24, 2012 at 10:37 AM, Brad King wrote: > On 2/23/2012 4:39 PM, Yury G. Kudryashov wrote: >> >> From: "Yury G. Kudryashov" > > > Applied, thanks: > >  http://cmake.org/gitweb?p=cmake.g

Re: [cmake-developers] [PATCH] CMakeFindPackageMode.cmake: fix 32/64bit detection if `file' is a symlink

2012-02-28 Thread Brad King
On 2/28/2012 11:35 AM, David Cole wrote: I understand the get_filename_component call here, but it does not really need to use CACHE does it? I didn't notice that option there. Fixed. Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitwar