summaryrefslogtreecommitdiffstats
path: root/Modules/FindosgShadow.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-01-11 20:56:59 (GMT)
committerBrad King <brad.king@kitware.com>2011-01-11 20:56:59 (GMT)
commit784d5ce0f8bf630901dece526df7ce663da17e6a (patch)
tree0b4647ace5986304b15b3f900fee969e278f33db /Modules/FindosgShadow.cmake
parent2d3594b1bbd48d0dc7a071a6806c75c89341e1c5 (diff)
parentce28737c933a749cbc84c601f3ac9f56e4c832aa (diff)
downloadCMake-784d5ce0f8bf630901dece526df7ce663da17e6a.zip
CMake-784d5ce0f8bf630901dece526df7ce663da17e6a.tar.gz
CMake-784d5ce0f8bf630901dece526df7ce663da17e6a.tar.bz2
Merge branch 'policy-CMP0017' into resolve/python-versions/policy-CMP0017
Conflicts: Modules/FindPythonInterp.cmake
Diffstat (limited to 'Modules/FindosgShadow.cmake')
-rw-r--r--Modules/FindosgShadow.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindosgShadow.cmake b/Modules/FindosgShadow.cmake
index e569602..86a339c 100644
--- a/Modules/FindosgShadow.cmake
+++ b/Modules/FindosgShadow.cmake
@@ -46,6 +46,6 @@ include(Findosg_functions)
OSG_FIND_PATH (OSGSHADOW osgShadow/ShadowTexture)
OSG_FIND_LIBRARY(OSGSHADOW osgShadow)
-include("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake")
+include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(osgShadow DEFAULT_MSG
OSGSHADOW_LIBRARY OSGSHADOW_INCLUDE_DIR)