diff options
author | Philip Lowman <philip@yhbt.com> | 2009-01-31 01:09:16 (GMT) |
---|---|---|
committer | Philip Lowman <philip@yhbt.com> | 2009-01-31 01:09:16 (GMT) |
commit | 78bbf5a0de764b79317a3599bc2da57cb90dd355 (patch) | |
tree | 874e6fee097ad270984ec8885ec99bcf4ff1bfcf /Modules/Findosg.cmake | |
parent | 4b45824294258d91ba9cc8d9bf9d0b9310dbf1fa (diff) | |
download | CMake-78bbf5a0de764b79317a3599bc2da57cb90dd355.zip CMake-78bbf5a0de764b79317a3599bc2da57cb90dd355.tar.gz CMake-78bbf5a0de764b79317a3599bc2da57cb90dd355.tar.bz2 |
ENH: Added FindOpenSceneGraph.cmake which is intended to wrap any of the 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.
Diffstat (limited to 'Modules/Findosg.cmake')
-rw-r--r-- | Modules/Findosg.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Findosg.cmake b/Modules/Findosg.cmake index d9825a5..f4ec42e 100644 --- a/Modules/Findosg.cmake +++ b/Modules/Findosg.cmake @@ -1,3 +1,7 @@ +# +# NOTE: It is highly recommended that you use the new FindOpenSceneGraph.cmake +# introduced in CMake 2.6.3 and not use this Find module directly. +# # This is part of the Findosg* suite used to find OpenSceneGraph components. # Each component is separate and you must opt in to each module. You must # also opt into OpenGL and OpenThreads (and Producer if needed) as these |