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 Best regards, Hari 2011/3/3 Alexander Neundorf > On Thursday 03 March 2011, Harinarayan Krishnan wrote: > > Hi All, > >

Re: [CMake] use_mangled_mesa as a scriptable operation

2011-03-03 Thread Alexander Neundorf
On Thursday 03 March 2011, Harinarayan Krishnan wrote: > Hi All, > > I would like to be able to script the cmake compatibility command > use_mangle_mesa(mesapath/include/GL some_other_path). Please put this in the cmake bug tracker, I'll take care of it. Alex _

[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 nic