summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 458ab06..f1a4282 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,9 +173,9 @@ MESSAGE ( STATUS "<Loading PkgConfig>" )
FIND_PACKAGE ( PkgConfig REQUIRED )
IF ( WITH_PHYSFS )
FIND_PACKAGE ( PhysFS REQURED )
-ELSE ( WITH PHYSFS )
+ELSE ( WITH_PHYSFS )
pkg_check_modules(ZIP REQUIRED libzip)
-ENDIF ( WITH PHYSFS )
+ENDIF ( WITH_PHYSFS )
INCLUDE_DIRECTORIES( ${ZIP_INCLUDE_DIRS} )
IF ( NOT BUILD_SERVER )
# cairo not needed until we start actually using the svg files