summaryrefslogtreecommitdiffstats
path: root/Modules/FindOpenSceneGraph.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fixes version detection using osg/Version on Mac OSX when OSG is installed ↵Philip Lowman2009-10-201-2/+8
| | | | | | as a framework Patch from rpavlik attached to issue #9714
* Try to fix bug#9714, should not crash when version file is not where it ↵Bill Hoffman2009-10-161-4/+7
| | | | should be...
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-7/+14
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* Add a blank line to my contributed find modules to prevent copyright info ↵Philip Lowman2009-09-221-2/+2
| | | | from showing up in CMake docs
* Improved error output and documentationPhilip Lowman2009-08-131-15/+32
| | | | | | * Fixed errant output when version number not found * Improved error output when REQUIRED is passed * Improved docs and example
* 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.