Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added FindOpenSceneGraph.cmake which is intended to wrap any of the ↵ | Philip Lowman | 2009-01-31 | 1 | -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). Cleaned | Philip Lowman | 2009-01-30 | 1 | -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 Lowman | 2009-01-30 | 1 | -0/+10 |
| | |||||
* | BUG: Fixed Issue #7331 Bugs in Findosg*.cmake. Also added ↵ | Philip Lowman | 2009-01-19 | 1 | -0/+90 |
OPENTHREADS_LIBRARIES. |