diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-08 19:54:05 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-08 19:54:05 +0200 |
commit | 22c3e2826346b7fabee126aa32e91525b3a3b408 (patch) | |
tree | 6c1c8160effb7ae9198a1bf42d84c1bdb0f7b1ca /CMakeLists.txt | |
parent | 3a076b96969ac33e2b4b1f8124edd377f053f969 (diff) | |
download | kcmautostart-22c3e2826346b7fabee126aa32e91525b3a3b408.tar.gz kcmautostart-22c3e2826346b7fabee126aa32e91525b3a3b408.zip |
Use autostart as the name of the CMake project.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 05dd15e..6e5b651 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.1.0 ) |