summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
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 )