From 6e22a2ec7929d454f9ec7d323707c32424f0ed4d Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Mon, 11 Nov 2024 12:13:24 +0100 Subject: [PATCH] Update CMake project description following the Readme change in 8d8b643 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2df3a70..c3f3d35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(PACKAGE_VERSION ${CMAKE_MATCH_1}) # Setup project project(util_caching VERSION ${PACKAGE_VERSION} - DESCRIPTION "This package caches arbitrary values, which can be recalled by specifying a key." + DESCRIPTION "This packages provides a utility class to simplify caching of arbitrary values." LANGUAGES CXX )