aboutsummaryrefslogtreecommitdiff
path: root/modules/FindFontconfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindFontconfig.cmake')
-rw-r--r--modules/FindFontconfig.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/FindFontconfig.cmake b/modules/FindFontconfig.cmake
index 14ae7a98..791d05ea 100644
--- a/modules/FindFontconfig.cmake
+++ b/modules/FindFontconfig.cmake
@@ -44,13 +44,13 @@ else (FONTCONFIG_LIBRARIES AND FONTCONFIG_INCLUDE_DIR)
endif (FONTCONFIG_LIBRARIES AND FONTCONFIG_INCLUDE_DIR)
if (FONTCONFIG_FOUND)
- if (NOT FONTCONFIG_FIND_QUIETLY)
+ if (NOT Fontconfig_FIND_QUIETLY)
message(STATUS "Found FONTCONFIG: ${FONTCONFIG_LIBRARIES}")
- endif (NOT FONTCONFIG_FIND_QUIETLY)
+ endif (NOT Fontconfig_FIND_QUIETLY)
else (FONTCONFIG_FOUND)
- if (FONTCONFIG_FIND_REQUIRED)
+ if (Fontconfig_FIND_REQUIRED)
message(FATAL_ERROR "Could NOT find FONTCONFIG")
- endif (FONTCONFIG_FIND_REQUIRED)
+ endif (Fontconfig_FIND_REQUIRED)
endif (FONTCONFIG_FOUND)
mark_as_advanced(FONTCONFIG_LIBRARIES)