summaryrefslogtreecommitdiff
path: root/Modules/FindosgManipulator.cmake
diff options
context:
space:
mode:
authorPhilip Lowman <philip@yhbt.com>2009-01-30 14:33:08 -0500
committerPhilip Lowman <philip@yhbt.com>2009-01-30 14:33:08 -0500
commit901b4b6c3f4e44ba9286236181da44b1e967e5e8 (patch)
treef16f48b215321eabefc79805d59fc3a84b249543 /Modules/FindosgManipulator.cmake
parent6ccd60dee340252fa55937a5d7360585e18315d3 (diff)
downloadcmake-901b4b6c3f4e44ba9286236181da44b1e967e5e8.tar.gz
BUG: The QUIET and REQUIRED find attributes on each Findosg* module were not
being respected.
Diffstat (limited to 'Modules/FindosgManipulator.cmake')
-rw-r--r--Modules/FindosgManipulator.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindosgManipulator.cmake b/Modules/FindosgManipulator.cmake
index ed6924f1cd..ca0b6b8401 100644
--- a/Modules/FindosgManipulator.cmake
+++ b/Modules/FindosgManipulator.cmake
@@ -34,5 +34,5 @@ OSG_FIND_PATH (OSGMANIPULATOR osgManipulator/TrackballDragger)
OSG_FIND_LIBRARY(OSGMANIPULATOR osgManipulator)
include(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(OSGMANIPULATOR DEFAULT_MSG
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(osgManipulator DEFAULT_MSG
OSGMANIPULATOR_LIBRARY OSGMANIPULATOR_INCLUDE_DIR)