Unverified Commit 96f2fcc7 authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #652 from photoszzt/create-package

use cpack to generate deb package
parents 63e0c808 ea654154
......@@ -8,6 +8,10 @@ endif()
set(BRPC_VERSION 0.9.0)
SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
INCLUDE(CPack)
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
# require at least gcc 4.8
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment