Skip to content

Commit

Permalink
Update CMake project description following the Readme change in 8d8b643
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow authored and ll-nick committed Nov 11, 2024
1 parent 45d3b44 commit 6e22a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 6e22a2e

Please sign in to comment.