[CMake] use_mangled_mesa as a scriptable operation

2011-03-03 Thread Harinarayan Krishnan
Hi All, I would like to be able to script the cmake compatibility command use_mangle_mesa(mesapath/include/GL some_other_path). For example: %cat scriptfile cmake_minimum_required(VERSION 2.8) use_mangled_mesa(mesapath/include/GL some_other_path) %cmake -P scriptfile Ultimately it would be

Re: [CMake] use_mangled_mesa as a scriptable operation

2011-03-03 Thread Harinarayan Krishnan
Thanks for looking into this. I have posted this request on the bug tracker. http://public.kitware.com/Bug/view.php?id=11926 http://public.kitware.com/Bug/view.php?id=11926Best regards, Hari 2011/3/3 Alexander Neundorf a.neundorf-w...@gmx.net On Thursday 03 March 2011, Harinarayan Krishnan

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-22 Thread Harinarayan Krishnan
, Hari On Wed, Feb 16, 2011 at 9:53 AM, Clinton Stimpson clin...@elemtech.comwrote: 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

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 hkrish...@lbl.govwrote: Hi All, I reran my code using cmake 2.8.4rc and still get the same issue where FIND_PATH is picking

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-15 Thread Harinarayan Krishnan
in the CMAKE_SYSTEM_FRAMEWORK_PATH. Thanks, Hari On Mon, Feb 14, 2011 at 11:54 PM, Andreas Pakulat ap...@gmx.de wrote: 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

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-15 Thread Harinarayan Krishnan
On Tue, Feb 15, 2011 at 10:23 AM, Andreas Pakulat ap...@gmx.de wrote: 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

[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

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-14 Thread Harinarayan Krishnan
PM, Clinton Stimpson clin...@elemtech.com wrote: On Monday, February 14, 2011 03:27:11 pm Harinarayan Krishnan wrote: Hi All, I was trying to ... Ok, I'm able to reproduce this problem. I did notice that if I add the NO_CMAKE_SYSTEM_PATH option, then the problem goes away. But, I thought HINTS