diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ccd5a9f..0ccd10f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,6 +173,8 @@ ENDIF ( Apple ) MESSAGE ( STATUS "<Locating ZIP library>" ) FIND_PACKAGE ( ZIP REQUIRED ) IF ( NOT BUILD_SERVER ) + MESSAGE ( STATUS "<Locating Cairo>" ) + FIND_PACKAGE ( Cairo REQUIRED ) MESSAGE ( STATUS "<Locating Fontconfig>" ) FIND_PACKAGE ( Fontconfig REQUIRED ) IF ( WITH_OPENGL ) |