Robert Osfield wrote:
Hi Jason,

I have introduced the follow:

IF   (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}
STRGREATER 2.4.5)

    FIND_PACKAGE(PkgConfig)

ENDIF(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}
STRGREATER 2.4.5)

Hopefully this will fix your outdated CMake build problems.

Thanks, I'll try it soon. I'm putting out a fire (figuratively) at the moment.

--"J"

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to