diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-05 17:17:38 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-05 17:17:38 +0100 |
| commit | 8d2c9b07b33ee43ffac2563c24aaa939a9eb6995 (patch) | |
| tree | 69f6b57e571887ff640a686709aa1e812f0f62f8 /CMakeLists.txt | |
| parent | edff59279f6c25855a9d01769699ca0ffcfa4166 (diff) | |
libzip first pass.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a2235b0..7cfc546 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,9 +131,9 @@ ENDIF ( Apple ) ############################################################################### # LIBS SEARCH ############################################################################### -MESSAGE ( STATUS "<Locating ZZIP library>" ) +MESSAGE ( STATUS "<Locating ZIP library>" ) MESSAGE ( STATUS "<******************************>" ) -FIND_PACKAGE ( ZZIP REQUIRED ) +FIND_PACKAGE ( ZIP REQUIRED ) IF ( WITH_OPENGL ) MESSAGE ( STATUS "<Locating OpenGL stuff>" ) MESSAGE ( STATUS "<******************************>" ) |