summaryrefslogtreecommitdiff
path: root/Modules/FindCoin3D.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-12-20 21:56:51 +0100
committerBrad King <brad.king@kitware.com>2011-01-04 08:20:08 -0500
commitce28737c933a749cbc84c601f3ac9f56e4c832aa (patch)
tree44bf07879719b60d9c846bbd18d49f299e9c5cae /Modules/FindCoin3D.cmake
parent7db8db5b7279a74aa4eab9cc1996a6a94131dc7e (diff)
downloadcmake-ce28737c933a749cbc84c601f3ac9f56e4c832aa.tar.gz
Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017
This puts the new search behaviour for included files in action, i.e. now when a file from Modules/ include()s another file, it also gets the one from Modules/ included, i.e. the one it expects. Alex
Diffstat (limited to 'Modules/FindCoin3D.cmake')
-rw-r--r--Modules/FindCoin3D.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCoin3D.cmake b/Modules/FindCoin3D.cmake
index d8b103a205..47d0c5575c 100644
--- a/Modules/FindCoin3D.cmake
+++ b/Modules/FindCoin3D.cmake
@@ -76,7 +76,7 @@ ENDIF (WIN32)
# handle the QUIETLY and REQUIRED arguments and set COIN3D_FOUND to TRUE if
# all listed variables are TRUE
-INCLUDE("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake")
+INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Coin3D DEFAULT_MSG COIN3D_LIBRARIES COIN3D_INCLUDE_DIRS)
MARK_AS_ADVANCED(COIN3D_INCLUDE_DIRS COIN3D_LIBRARIES )