diff options
author | Philip Lowman <philip@yhbt.com> | 2009-09-22 02:38:12 (GMT) |
---|---|---|
committer | Philip Lowman <philip@yhbt.com> | 2009-09-22 02:38:12 (GMT) |
commit | bc7989020595208d4f932b52135ff1f67d88f51d (patch) | |
tree | 95761458956d175afb69d951e50a2d5fdf9b8da8 /Modules/FindOpenSceneGraph.cmake | |
parent | 448f88d46b2567565b3ab31245a2884c3462c0c5 (diff) | |
download | CMake-bc7989020595208d4f932b52135ff1f67d88f51d.zip CMake-bc7989020595208d4f932b52135ff1f67d88f51d.tar.gz CMake-bc7989020595208d4f932b52135ff1f67d88f51d.tar.bz2 |
Add a blank line to my contributed find modules to prevent copyright info from showing up in CMake docs
Diffstat (limited to 'Modules/FindOpenSceneGraph.cmake')
-rw-r--r-- | Modules/FindOpenSceneGraph.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindOpenSceneGraph.cmake b/Modules/FindOpenSceneGraph.cmake index a5ff470..afa4bfb 100644 --- a/Modules/FindOpenSceneGraph.cmake +++ b/Modules/FindOpenSceneGraph.cmake @@ -6,7 +6,7 @@ # NOTE: To use this module effectively you must either require CMake >= 2.6.3 # with cmake_minimum_required(VERSION 2.6.3) or download and place # FindOpenThreads.cmake, Findosg_functions.cmake, Findosg.cmake, -# and Find<foo>.cmake files for whatever nodekits you need. +# and Find<etc>.cmake files into your CMAKE_MODULE_PATH. # #================================== # @@ -46,7 +46,7 @@ # add_executable(foo foo.cc) # target_link_libraries(foo ${OPENSCENEGRAPH_LIBRARIES}) # -#================================== + # # Naming convention: # Local variables of the form _osg_foo |