summaryrefslogtreecommitdiffstats
path: root/Modules/FindOpenSceneGraph.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fixes configure error if you don't specify a version with find_package()Philip Lowman2009-01-311-9/+11
|
* ENH: Added FindOpenSceneGraph.cmake which is intended to wrap any of the ↵Philip Lowman2009-01-311-0/+211
existing Findosg* modules (or even user specified modules in CMAKE_MODULE_PATH) and aggregate the include dirs & libraries while providing a COMPONENT frontend and version checking (Fixes Issue #6973). Also added a note to Findosg.cmake to refer new users to the module.