summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 638650a..65b98e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -269,12 +269,6 @@ if (WITH_DLT_UNIT_TESTS)
add_subdirectory(tests)
endif()
-SET(CPACK_GENERATOR "DEB")
-SET(CPACK_PACKAGE_NAME "dlt_${DLT_REVISION}")
-SET(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
-SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "genivi-diagnostic-log-and-trace@lists.genivi.org")
-INCLUDE(CPack)
-
message(STATUS)
message(STATUS "-------------------------------------------------------------------------------")
message(STATUS "Build for Version ${PROJECT_VERSION} build ${DLT_REVISION} version state ${DLT_VERSION_STATE}")