diff options
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 d5fe8e4..01fbba9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ endif() project( ${KIT_PROJECT} VERSION 0.1.1 - DESCRIPTION "Kit" + DESCRIPTION "A collection of C libraries" LANGUAGES C) if(KIT_ENABLE_LIBRARY OR KIT_ENABLE_TESTING) |