aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2024-09-17 15:28:59 +0000
committerFelix Morgner <felix.morgner@ost.ch>2024-09-17 15:28:59 +0000
commit858c338db6fe9080f519821e16398ea7bc6a2f3e (patch)
tree43a541cd3177b9d1e8c45a8864a7991f3b042aaa /CMakeLists.txt
parent94563a66e46e8474a495f1174ba5e1b78ed56b53 (diff)
downloadteachos-858c338db6fe9080f519821e16398ea7bc6a2f3e.tar.xz
teachos-858c338db6fe9080f519821e16398ea7bc6a2f3e.zip
build: fix missing information after migration
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
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
)