diff options
author | Philip Lowman <philip@yhbt.com> | 2009-01-30 19:33:08 (GMT) |
---|---|---|
committer | Philip Lowman <philip@yhbt.com> | 2009-01-30 19:33:08 (GMT) |
commit | 901b4b6c3f4e44ba9286236181da44b1e967e5e8 (patch) | |
tree | f16f48b215321eabefc79805d59fc3a84b249543 /Modules/FindosgShadow.cmake | |
parent | 6ccd60dee340252fa55937a5d7360585e18315d3 (diff) | |
download | CMake-901b4b6c3f4e44ba9286236181da44b1e967e5e8.zip CMake-901b4b6c3f4e44ba9286236181da44b1e967e5e8.tar.gz CMake-901b4b6c3f4e44ba9286236181da44b1e967e5e8.tar.bz2 |
BUG: The QUIET and REQUIRED find attributes on each Findosg* module were not
being respected.
Diffstat (limited to 'Modules/FindosgShadow.cmake')
-rw-r--r-- | Modules/FindosgShadow.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindosgShadow.cmake b/Modules/FindosgShadow.cmake index f74561a..665aa5e 100644 --- a/Modules/FindosgShadow.cmake +++ b/Modules/FindosgShadow.cmake @@ -34,5 +34,5 @@ OSG_FIND_PATH (OSGSHADOW osgShadow/ShadowTexture) OSG_FIND_LIBRARY(OSGSHADOW osgShadow) include(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(OSGSHADOW DEFAULT_MSG +FIND_PACKAGE_HANDLE_STANDARD_ARGS(osgShadow DEFAULT_MSG OSGSHADOW_LIBRARY OSGSHADOW_INCLUDE_DIR) |