diff options
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 |