cmake: changed project homepage URL

master
Christian Burger 2022-05-18 23:30:04 +02:00
parent 3be5336ca0
commit f48641bb58
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16.3)
include("cmake/version.cmake")
project(kNCurses
HOMEPAGE_URL "https://gitea.xndr.de/christian/NCursesPtyWindow"
HOMEPAGE_URL "https://gitea.xndr.de/christian/kNCurses"
VERSION ${SEMANTIC_VERSION})
set(CMAKE_CXX_STANDARD 17)