summaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 91f37de08..81f97d4e7 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -91,7 +91,8 @@
"description": "Build the compile time generators used in building Slang",
"cacheVariables": {
"SLANG_SLANG_LLVM_FLAVOR": "DISABLE",
- "SLANG_ENABLE_SLANG_RHI": false
+ "SLANG_ENABLE_SLANG_RHI": false,
+ "SLANG_ENABLE_TESTS": false
}
}
],