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 committed Nov 11, 2024
1 parent e7e94ec commit 1997e0d
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 1997e0d

Please sign in to comment.