From 7d8c5b11344ca864f1f781fc03b54b132c2057a3 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 5 Jan 2020 11:21:40 +0100 Subject: build: fix project description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3