Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-22 Thread Harinarayan Krishnan
I would like to say thanks for addressing this issue. I didn't get a chance to say it on the bug report. I really appreciated it. I would like to add a pointer to the fix (commitdiff). http://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=4167be052f3f68e637bb491a0b725f476bc3d46b Best regards,

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-16 Thread Clinton Stimpson
This might need some deeper looking into. If you could file a bug report, that would be nice. Clint On Wednesday, February 16, 2011 09:15:25 am Harinarayan Krishnan wrote: > Hi All, > > Any thoughts on this subject? or should I file a bug report and see what > happens? > > Thanks, > Hari >

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-16 Thread Harinarayan Krishnan
Hi All, Any thoughts on this subject? or should I file a bug report and see what happens? Thanks, Hari On Tue, Feb 15, 2011 at 10:59 AM, Harinarayan Krishnan wrote: > Hi All, > > I reran my code using cmake 2.8.4rc and still get the same issue where > FIND_PATH is picking the system directory

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-15 Thread Harinarayan Krishnan
Hi All, I reran my code using cmake 2.8.4rc and still get the same issue where FIND_PATH is picking the system directory for QT_CORE over my install directory passed through HINTS ${qt_headers}. If this is not related to CMAKE_FIND_FRAMEWORK should I file a bug report on this? Thanks, Hari On Tu

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-15 Thread Andreas Pakulat
On 15.02.11 06:34:07, Harinarayan Krishnan wrote: > Hi All, > > Thanks for the help so far, I will check and see if CMake 2.8.4rc has the > same issue meanwhile I noticed that FIND_PATH seems to have special > instructions for Darwin machines with the use of CMAKE_FIND_FRAMEWORK on > page http://w

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-15 Thread Harinarayan Krishnan
Hi All, Thanks for the help so far, I will check and see if CMake 2.8.4rc has the same issue meanwhile I noticed that FIND_PATH seems to have special instructions for Darwin machines with the use of CMAKE_FIND_FRAMEWORK on page http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:find_path

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-14 Thread Andreas Pakulat
On 14.02.11 16:18:09, Clinton Stimpson wrote: > On Monday, February 14, 2011 03:27:11 pm Harinarayan Krishnan wrote: > > Hi All, > > > > I was trying to build the VisIt software package on my Mac OSX 1.5 . This > > package uses Qt 4.6.1 during its build. I ran into an issue where the > > QtCore pa

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-14 Thread Harinarayan Krishnan
Hi, Adding a NO_DEFAULT_PATH or a NO_CMAKE_SYSTEM_PATH was my solution as well but I would prefer not to edit FindQt4.cmake as a final solution. I don't know if this is a bug with FIND_PATH. I have seen this issue on a Mac, I am not sure about Linux or Windows. Thanks, Hari On Feb 14, 2011 3:19

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-14 Thread Clinton Stimpson
On Monday, February 14, 2011 03:27:11 pm Harinarayan Krishnan wrote: > Hi All, > > I was trying to build the VisIt software package on my Mac OSX 1.5 . This > package uses Qt 4.6.1 during its build. I ran into an issue where the > QtCore path finds my globally installed version of Qt (4.7) as appo

[CMake] FIND_PATH issue in FindQt4.cmake

2011-02-14 Thread Harinarayan Krishnan
Hi All, I was trying to build the VisIt software package on my Mac OSX 1.5 . This package uses Qt 4.6.1 during its build. I ran into an issue where the QtCore path finds my globally installed version of Qt (4.7) as apposed to the Qt (4.6.1). While digging around I found that FIND_PATH (code inclu