On Thu, May 22, 2008 at 8:35 AM, Robert Osfield <[EMAIL PROTECTED]> wrote:
> On Thu, May 22, 2008 at 1:17 PM, Philip Lowman <[EMAIL PROTECTED]> wrote: > > On Thu, May 22, 2008 at 7:30 AM, <[EMAIL PROTECTED]> wrote: > >> > >> I couldn't find these strings in the ccmake window (maybe I'm blind :-). > > > > Some of these strings may be under the advanced section of > > ccmake/cmakesetup. > > I've just checked, and the Find(CURL) only sets up CURL_INCLUDE_DIR > and CURL_LIBRARY variables, there is also an CURL_IS_STATIC but that's > created by OpenSceneGraph/CMakeLists.txt. So it looks like CMake > built in CURL module doesn't set the version number :-| Most built in find modules for CMake don't go so far as to cache version numbers. The new interface for find_package() in 2.6.0 provides a mechanism for a caller to declare a minimum version they need which would be useful in a case like this, but few CMake find modules implement the version check. -- Philip Lowman
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

