aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 49101bf..1624dce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION "3.9.0")
project("newtype"
VERSION "0.0.1"
LANGUAGES CXX
- DESCRIPTION "A library to create new types based on existing ones."
+ DESCRIPTION "A library of types and functions to create strong type aliases"
)
set(CMAKE_CXX_STANDARD "20")