From 858c338db6fe9080f519821e16398ea7bc6a2f3e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 17 Sep 2024 15:28:59 +0000 Subject: build: fix missing information after migration --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c51ffb9..9f780d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION "3.27") project("kernel" - DESCRIPTION "${TEACHOS_DESCRIPTION}" - HOMEPAGE_URL "${TEACHOS_HOMEPAGE_URL}" - VERSION "${TEACHOS_VERSION}" + DESCRIPTION "An educational OS kernel" + HOMEPAGE_URL "https://gitlab.ost.ch/teachos/kernel" + VERSION "0.0.1" LANGUAGES ASM C CXX ) -- cgit v1.2.3