summaryrefslogtreecommitdiff
path: root/cmake/cpack.cmake
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2010-12-25 20:35:12 +0300
committerDmitry Kozlov <xeb@mail.ru>2010-12-25 22:25:00 +0300
commitccaeb500e38d82c37568292d7850b66691793626 (patch)
treed74aee5c45f7b40ec7c35b9c7edeb71a2e60630d /cmake/cpack.cmake
parenta6da012c288e2759e8985482da397a8a4cd874b2 (diff)
downloadaccel-ppp-ccaeb500e38d82c37568292d7850b66691793626.tar.gz
accel-ppp-ccaeb500e38d82c37568292d7850b66691793626.zip
1.3.2 release
Diffstat (limited to 'cmake/cpack.cmake')
-rw-r--r--cmake/cpack.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index b627b43b..c8aa4e02 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -2,7 +2,7 @@ INCLUDE(InstallRequiredSystemLibraries)
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "3")
-SET(CPACK_PACKAGE_VERSION_PATCH "1")
+SET(CPACK_PACKAGE_VERSION_PATCH "2")
SET(CPACK_PACKAGE_NAME "accel-pptp")
SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>")
@@ -15,8 +15,8 @@ SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
#SET(CPACK_STRIP_FILES "usr/sbin/accel-pptpd")
#SET(CPACK_PACKAGE_EXECUTABLES "usr/sbin/accel-ppptp")
-IF(CMAKE_BUILD_TYPE STREQUAL Debian)
+IF(CPACK_TYPE STREQUAL Debian)
INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/debian/debian.cmake)
-ENDIF(CMAKE_BUILD_TYPE STREQUAL Debian)
+ENDIF(CPACK_TYPE STREQUAL Debian)
INCLUDE(CPack)