aboutsummaryrefslogtreecommitdiff
path: root/modules/FindFontconfig.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-08-24 20:05:51 +0000
committerAlexander Neundorf <neundorf@kde.org>2010-08-24 20:05:51 +0000
commit4051cfa096f4fa11e6cea0950970e741140cdd0d (patch)
tree1fb67d0a390bdb4cecd30afb243fd506459bbe99 /modules/FindFontconfig.cmake
parent0c17e8963e4a6e144561b4c541d85986f029abba (diff)
downloadextra-cmake-modules-4051cfa096f4fa11e6cea0950970e741140cdd0d.tar.gz
extra-cmake-modules-4051cfa096f4fa11e6cea0950970e741140cdd0d.tar.bz2
-use consistent casing within each file, remove unnecessary checks
Alex svn path=/trunk/KDE/kdelibs/; revision=1167513
Diffstat (limited to 'modules/FindFontconfig.cmake')
-rw-r--r--modules/FindFontconfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindFontconfig.cmake b/modules/FindFontconfig.cmake
index 5e2f3ead..d95e46b4 100644
--- a/modules/FindFontconfig.cmake
+++ b/modules/FindFontconfig.cmake
@@ -42,8 +42,8 @@ else (FONTCONFIG_LIBRARIES AND FONTCONFIG_INCLUDE_DIR)
)
include(FindPackageHandleStandardArgs)
- FIND_PACKAGE_HANDLE_STANDARD_ARGS(Fontconfig DEFAULT_MSG FONTCONFIG_LIBRARIES FONTCONFIG_INCLUDE_DIR )
-
+ find_package_handle_standard_args(Fontconfig DEFAULT_MSG FONTCONFIG_LIBRARIES FONTCONFIG_INCLUDE_DIR )
+
mark_as_advanced(FONTCONFIG_LIBRARIES FONTCONFIG_INCLUDE_DIR)
endif (FONTCONFIG_LIBRARIES AND FONTCONFIG_INCLUDE_DIR)