From b01184022be821adc3fee277365d4f7bb6244ff2 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Tue, 28 Sep 2010 22:30:31 +0200 Subject: Use absolute path to FindPackageHandleStandardArgs.cmake everywhere This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex --- Modules/FindTclsh.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/FindTclsh.cmake') diff --git a/Modules/FindTclsh.cmake b/Modules/FindTclsh.cmake index 322c3a9941..390a68e981 100644 --- a/Modules/FindTclsh.cmake +++ b/Modules/FindTclsh.cmake @@ -84,7 +84,7 @@ FIND_PROGRAM(TCL_TCLSH # handle the QUIETLY and REQUIRED arguments and set TIFF_FOUND to TRUE if # all listed variables are TRUE -INCLUDE(FindPackageHandleStandardArgs) +INCLUDE("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake") FIND_PACKAGE_HANDLE_STANDARD_ARGS(Tclsh DEFAULT_MSG TCL_TCLSH) MARK_AS_ADVANCED(TCL_TCLSH) -- cgit v1.2.1