From 78a98fec4d8e992d44041d73ff65dfe954086e33 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 6 Apr 2020 11:48:16 -0700 Subject: [PATCH] Minor updates --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2b402e..6a50e54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ if(DEFINED PROJECT_NAME) endif() project(indicators VERSION 1.8.0 LANGUAGES CXX) -# HOMEPAGE_URL "https://github.com/p-ranav/indicators" -# DESCRIPTION "Activity Indicators for Modern C++") + HOMEPAGE_URL "https://github.com/p-ranav/indicators" + DESCRIPTION "Activity Indicators for Modern C++") if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake") include("${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")