diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-21 13:06:35 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-21 13:06:35 +0200 |
| commit | 9b4cbc6ba3f8059278a20a4893780717851ce8e4 (patch) | |
| tree | bb089d306639e1c3ef27c9b8f3fc90e8742f4117 /CMakePresets.json | |
| parent | 3441e7e164d8e5e8413a1eb47e3e9f3c824ed2d0 (diff) | |
| download | teachos-9b4cbc6ba3f8059278a20a4893780717851ce8e4.tar.xz teachos-9b4cbc6ba3f8059278a20a4893780717851ce8e4.zip | |
build: clean up configuration
Diffstat (limited to 'CMakePresets.json')
| -rw-r--r-- | CMakePresets.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index 2ea281f..0e5dd88 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -16,7 +16,10 @@ "name": "x86_64", "description": "Target x86-64", "inherits": "base", - "toolchainFile": "cmake/Platforms/x86_64.cmake" + "toolchainFile": "cmake/Platforms/x86_64.cmake", + "cacheVariables": { + "BUILD_TESTING": false + } }, { "name": "bht", |
