From 9b309af45430f0121b39853f7fcdc3f8b5b7c128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 8 Apr 2020 19:54:05 +0200 Subject: [PATCH] Use autostart as the name of the CMake project. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 22c3e2826346b7fabee126aa32e91525b3a3b408) --- CMakeLists.txt | 2 +- doc/en/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44b57eb..4367561 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup -project( kcmautostart ) +project( autostart ) set( VERSION R14.0.7 ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index 6c50013..ba3ef3e 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -1 +1 @@ -tde_create_handbook( DESTINATION autostart ) +tde_create_handbook( DESTINATION ${PROJECT_NAME} )