[osg-users] CMake Search Paths ?

2007-11-19 Thread Paul Pocock
Hi, This may be an issues with the developers of cmake but I've had a difficult experience building OSG 2.2 official release on IRIX 6.5 using the cmake build process. Problems namely with specifying my own /include /lib paths. it seems to want to ignore any arguments I pass to it , I don't think

Re: [osg-users] CMake Search Paths ?

2007-11-19 Thread E. Wing
There are a bunch of ways to deal with this. You shouldn't modify the CMakeCache directly. And you really shouldn't need to modify the CMakeLists.txt. 1) Use the ccmake instead of cmake. It exists for this very reason and is the easiest, most reliable answer. (I constantly beg people to use this

Re: [osg-users] CMake Search Paths ?

2007-11-22 Thread Martin Spott
Hi Eric, "E. Wing" wrote: > 1) Use the ccmake instead of cmake. It exists for this very reason and > is the easiest, most reliable answer. (I constantly beg people to use > this so we don't get these kinds of questions over and over.) Well, this is the old story we've already had before the 2.0

Re: [osg-users] CMake Search Paths ?

2007-11-23 Thread E. Wing
>> Is there a simpler way to give cmake user defined search paths? > So, telling people about the shiny world of 'ccmake' and begging for > procedures that are _highly_impractical_ on many people's setup is one > thing, This strikes me as a newbie-like question, not an automation (advanced) quest