aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-21 13:06:35 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-21 13:06:35 +0200
commit9b4cbc6ba3f8059278a20a4893780717851ce8e4 (patch)
treebb089d306639e1c3ef27c9b8f3fc90e8742f4117 /CMakePresets.json
parent3441e7e164d8e5e8413a1eb47e3e9f3c824ed2d0 (diff)
downloadteachos-9b4cbc6ba3f8059278a20a4893780717851ce8e4.tar.xz
teachos-9b4cbc6ba3f8059278a20a4893780717851ce8e4.zip
build: clean up configuration
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json5
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",