From f520a0d7e1055bcdefcf27367fb3dcd3ac05916d Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 8 Jul 2024 00:18:44 +0700 Subject: [PATCH] docs: update the project description in `CMakeLists.txt` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f51d77..cd34b1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.21) project( Assertion VERSION 0.3.0 - DESCRIPTION "A collection of assertion functions for testing purposes" + DESCRIPTION "A collection of assertion functions and other utilities for testing CMake code" HOMEPAGE_URL https://github.com/threeal/assertion-cmake LANGUAGES NONE)