diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2020-01-05 11:21:40 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2020-01-05 11:21:40 +0100 |
| commit | 7d8c5b11344ca864f1f781fc03b54b132c2057a3 (patch) | |
| tree | 2a3a9a1e36ac8fa07882b4a27e3dc65686c1d058 | |
| parent | 4bbd8ad246ba60a1ba9b0fe1d14aad3af48937d7 (diff) | |
| download | newtype-7d8c5b11344ca864f1f781fc03b54b132c2057a3.tar.xz newtype-7d8c5b11344ca864f1f781fc03b54b132c2057a3.zip | |
build: fix project description
| -rw-r--r-- | CMakeLists.txt | 2 |
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") |
