summaryrefslogtreecommitdiffstats
path: root/Modules/CPackDeb.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-14 14:20:20 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-14 14:20:20 (GMT)
commit281e08131a48b11ac21a7511f41ac071a24ae43b (patch)
treea88781e51cde362bfbaf16d4cdc322b6522ab9bc /Modules/CPackDeb.cmake
parentdfbd4ce0f2ec91689566a8c965d7be5a6833af56 (diff)
downloadCMake-281e08131a48b11ac21a7511f41ac071a24ae43b.zip
CMake-281e08131a48b11ac21a7511f41ac071a24ae43b.tar.gz
CMake-281e08131a48b11ac21a7511f41ac071a24ae43b.tar.bz2
BUG: fix typo
Alex
Diffstat (limited to 'Modules/CPackDeb.cmake')
-rw-r--r--Modules/CPackDeb.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake
index 64466fd..e3f2a66 100644
--- a/Modules/CPackDeb.cmake
+++ b/Modules/CPackDeb.cmake
@@ -37,7 +37,7 @@ IF(NOT DEBIAN_PACKAGE_ARCHITECTURE)
# There is no such thing as i686 architecture on debian, you should use i386 instead
# $ dpkg --print-architecture
SET(DEBIAN_PACKAGE_ARCHITECTURE i386)
-ENDIF(NOT DEBIAN_PACAKGE_ARCHITECTURE)
+ENDIF(NOT DEBIAN_PACKAGE_ARCHITECTURE)
# have a look at GET_PROPERTY(result GLOBAL ENABLED_FEATURES), this returns
# the successful FIND_PACKAGE() calls, maybe this can help