summaryrefslogtreecommitdiffstats
path: root/Modules/FindLibXslt.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-09-28 20:30:31 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-09-28 20:30:31 (GMT)
commitb01184022be821adc3fee277365d4f7bb6244ff2 (patch)
tree4ec9c1c5a335355f543190f51cf8f17156136767 /Modules/FindLibXslt.cmake
parent41e4f1a2109cc03008ef0d1db5cab1c9345866e3 (diff)
downloadCMake-b01184022be821adc3fee277365d4f7bb6244ff2.zip
CMake-b01184022be821adc3fee277365d4f7bb6244ff2.tar.gz
CMake-b01184022be821adc3fee277365d4f7bb6244ff2.tar.bz2
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
Diffstat (limited to 'Modules/FindLibXslt.cmake')
-rw-r--r--Modules/FindLibXslt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindLibXslt.cmake b/Modules/FindLibXslt.cmake
index 0fcfbf5..cb05b63 100644
--- a/Modules/FindLibXslt.cmake
+++ b/Modules/FindLibXslt.cmake
@@ -40,7 +40,7 @@ FIND_LIBRARY(LIBXSLT_LIBRARIES NAMES xslt libxslt
# handle the QUIETLY and REQUIRED arguments and set LIBXML2_FOUND to TRUE if
# all listed variables are TRUE
-INCLUDE(FindPackageHandleStandardArgs)
+INCLUDE("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake")
FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXslt DEFAULT_MSG LIBXSLT_LIBRARIES LIBXSLT_INCLUDE_DIR)
MARK_AS_ADVANCED(LIBXSLT_INCLUDE_DIR LIBXSLT_LIBRARIES)