Hi Dimi,

On Fri, May 8, 2009 at 4:14 PM, dimi christop <dimi_chris...@yahoo.com> wrote:
>
> Hi,
> i am having issues to compile osgOcesn on my linux box.
> In ccmake . it asks to set osg-DIR to the directory contianing 
> "osgConfig.cmake"

this is how cmake states that it cannot find a FindXXX.cmake script
when told to "find_package(XXX)". So the osgOcean CMakeLists is
calling find_package(osg REQUIRED) and your version of cmake doesn't
come with a Findosg.cmake script.

So as others have already suggested use cmake > 2.6

cheers
Mattias

>
> There is no such file in my osg directory.....
>
> Thanks
> Dimi
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to