summaryrefslogtreecommitdiffstats
path: root/Modules/Findosg_functions.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+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.
* ENH: Added FindOpenSceneGraph.cmake which is intended to wrap any of the ↵Philip Lowman2009-01-311-4/+5
| | | | 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.
* ENH: Added OSG_ROOT as supported env var (it's in the wild already). CleanedPhilip Lowman2009-01-301-16/+6
| | | | | up FindOpenThreads to support PATH_SUFFIXES. Removed superfluous WIN32 registry checks which should have been $ENV{} checks.
* ENH: Added a mark_as_advanced() wrapper function.Philip Lowman2009-01-301-0/+10
|
* BUG: Fixed Issue #7331 Bugs in Findosg*.cmake. Also added ↵Philip Lowman2009-01-191-0/+90
OPENTHREADS_LIBRARIES.