Hello Forest,

>     I am a beginner of cmake ,I find that there is a sentence 
> "FIND_PACKAGE(OpenGL)" int the CMakeLists.txt.
>    But I can't find the corresponding .cmake file in CMakeModules.
>    For example ,I find the FindOpenThreads.cmake file.

Some FIND_* macros are built into CMake. The generic ones, mostly. Since 
OpenGL is pretty much a standard lib used by a lot of projects, it's 
built into CMake, likewise for QT, WxWidgets, etc.

J-S
-- 
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                                http://www.cm-labs.com/
                         http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to