From 8cdf8dec703d882b46ca50a769fabb95ffc48e2c Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 24 Nov 2016 21:27:41 +0100 Subject: sync with upstream --- project/cmake/modules/FindXslt.cmake | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 project/cmake/modules/FindXslt.cmake (limited to 'project/cmake/modules/FindXslt.cmake') diff --git a/project/cmake/modules/FindXslt.cmake b/project/cmake/modules/FindXslt.cmake deleted file mode 100644 index 442ba43..0000000 --- a/project/cmake/modules/FindXslt.cmake +++ /dev/null @@ -1,18 +0,0 @@ -# - Try to find XSLT -# Once done this will define -# -# XSLT_FOUND - system has libxslt -# XSLT_INCLUDE_DIRS - the libxslt include directory -# XSLT_LIBRARIES - The libxslt libraries - -if(PKG_CONFIG_FOUND) - pkg_check_modules (XSLT libxslt) -else() - find_path(XSLT_INCLUDE_DIRS libxslt/xslt.h) - find_library(XSLT_LIBRARIES NAMES xslt libxslt) -endif() - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(Xslt DEFAULT_MSG XSLT_INCLUDE_DIRS XSLT_LIBRARIES) - -mark_as_advanced(XSLT_INCLUDE_DIRS XSLT_LIBRARIES) -- cgit v1.2.3