summaryrefslogtreecommitdiff
path: root/Modules/FindosgPresentation.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-19/+24
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
| | | | | | This solves a lots of warnings, e.g. in the FindModulesExecuteAll test. If the installed version on the system is rather old this may even lead to bugs, e.g. https://bugs.gentoo.org/show_bug.cgi?id=436540
* Findosg: New modules for osgQt and osgPresentationPhilip Lowman2012-01-281-0/+52
Added new find modules for osgQt and osgPresentation submitted by Robert Osfield <robert.osfield@gmail.com>