aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-05-30 11:45:13 +0100
committerArseniy Movshev <dodoradio@outlook.com>2023-05-30 11:45:13 +0100
commite833e0551518ff9afd220ea6cd5fb21875db9fc8 (patch)
tree7cfcac7fccca3c3a53b2562c46566680ac05a5bc
parent87bf766fc720eae7b2c77dba86604295c6dc10a0 (diff)
Clean up build and packaging descriptions
-rw-r--r--CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf0a494..24c04a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
project(asteroid-health
VERSION 0.0.1
- DESCRIPTION "Sample application to get started on Asteroid")
+ DESCRIPTION "Graphical interface for asteroid-sensorlogd")
find_package(ECM REQUIRED NO_MODULE)
find_package(AsteroidApp REQUIRED)
@@ -34,7 +34,6 @@ set(CPACK_DEBIAN_FILE_NAME "${lcproject_name}-${CMAKE_PROJECT_VERSION}.ipk")
set(CPACK_STRIP_FILES TRUE)
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE armv7vehf-neon)
if (NOT CPACK_PACKAGE_CONTACT)
- set(CPACK_PACKAGE_CONTACT bogus@example.org)
- message(WARNING "No package contact specified: using ${CPACK_PACKAGE_CONTACT}")
+ set(CPACK_PACKAGE_CONTACT dodoradio@outlook.com)
endif()
include(CPack)