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:53 +0200 |
commit | 9b309af45430f0121b39853f7fcdc3f8b5b7c128 (patch) | |
tree | fe1e2fa7233b33c60bfbe84de182aa8adaa229d1 /doc/en | |
parent | a90a5683f05a81ef8e8bcbea7102ccb0538e7a50 (diff) | |
download | kcmautostart-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 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} ) |