summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-08 19:54:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-08 19:54:53 +0200
commit9b309af45430f0121b39853f7fcdc3f8b5b7c128 (patch)
treefe1e2fa7233b33c60bfbe84de182aa8adaa229d1 /CMakeLists.txt
parenta90a5683f05a81ef8e8bcbea7102ccb0538e7a50 (diff)
downloadkcmautostart-9b309af45430f0121b39853f7fcdc3f8b5b7c128.tar.gz
kcmautostart-9b309af45430f0121b39853f7fcdc3f8b5b7c128.zip
Use autostart as the name of the CMake project.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 22c3e2826346b7fabee126aa32e91525b3a3b408)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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 )