diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-09 23:07:23 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-09 23:07:23 +0100 |
| commit | 58f8e912b3974b90e3b432bf9f1f4c466101c9ac (patch) | |
| tree | 5f73d974321eafa8cb54714151a08a6617dae868 | |
| parent | 57ae7cbf6f545870b3366caa40f97987a1b5ed58 (diff) | |
s/Searching/Loading/
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 715535e..91b8813 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,7 +166,7 @@ ENDIF ( Apple ) ############################################################################### # LIBS SEARCH ############################################################################### -MESSAGE ( STATUS "<Searching PkgConfig>" ) +MESSAGE ( STATUS "<Loading PkgConfig>" ) FIND_PACKAGE ( PkgConfig REQUIRED ) pkg_check_modules(ZIP REQUIRED libzip) INCLUDE_DIRECTORIES( ${ZIP_INCLUDE_DIRS} ) |