aboutsummaryrefslogtreecommitdiff
path: root/modules/FindFontconfig.cmake
diff options
context:
space:
mode:
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)