diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2011-03-28 11:07:04 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2011-03-28 11:07:04 +0200 |
| commit | 5d11aff5bcdc7d346fd698dcd978fe08b660bbfa (patch) | |
| tree | 0af047610ed7139fc71eb115760a29f1d68018a0 /CMakeLists.txt | |
| parent | a2c9d29389ca91ec088e80f753db87ea66069b23 (diff) | |
Typo in CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 06eae18..4eaa81b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,7 @@ ENDIF ( Apple ) MESSAGE ( STATUS "<Loading PkgConfig>" ) FIND_PACKAGE ( PkgConfig REQUIRED ) IF ( WITH_PHYSFS ) - FIND_PACKAGE ( PhysFS REQURED ) + FIND_PACKAGE ( PhysFS REQUIRED ) ELSE ( WITH_PHYSFS ) pkg_check_modules(ZIP REQUIRED libzip) ENDIF ( WITH_PHYSFS ) |