From dd08556b27bd0434759a5eca9b4ed9aa38195a5a Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 6 Apr 2020 11:51:19 -0700 Subject: [PATCH] Fixed typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a50e54..28a0986 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(DEFINED PROJECT_NAME) set(INDICATORS_SUBPROJECT ON) endif() -project(indicators VERSION 1.8.0 LANGUAGES CXX) +project(indicators VERSION 1.8.0 LANGUAGES CXX HOMEPAGE_URL "https://github.com/p-ranav/indicators" DESCRIPTION "Activity Indicators for Modern C++")