diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 13:16:44 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 13:16:44 +0000 |
| commit | 20aed7283195c1b9ac86e4e98a61f083f05b1513 (patch) | |
| tree | d98f4fb48d19e9f1681e5e634bf9df2ef3275944 /CMakeLists.txt | |
| parent | 017e6e1f8eb413e86738d2f2cfb4e8b29ebe26dc (diff) | |
| download | teachos-20aed7283195c1b9ac86e4e98a61f083f05b1513.tar.xz teachos-20aed7283195c1b9ac86e4e98a61f083f05b1513.zip | |
build: fix doc comment in main configuration
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c7cc22..91b4b6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ add_compile_options( ) #[============================================================================[ -# Global Build System Configuration +# Kernel Executable #]============================================================================] add_executable("kernel") |
