[osg-users] osgEarthild

2012-09-14 Thread Michael W. Hall
I have been trying to modify my CMakeList.txt file to find the osgEarth package. I added the line: FIND_PACKAGE(osgEarth) It tells me the following: CMake Warning at CMakeLists.txt:128 (FIND_PACKAGE): Could not find module FindOsgEarth.cmake or a configuration file for package OsgEarth.

Re: [osg-users] osgEarthild

2012-09-14 Thread Glenn Waldron
Yes, you need a cmake file. A quick Google on FindOsgEarth.cmake turns up some potential candidates. Glenn Waldron / @glennwaldron On Fri, Sep 14, 2012 at 1:49 PM, Michael W. Hall hal...@att.net wrote: I have been trying to modify my CMakeList.txt file to find the osgEarth package. I added