diff options
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 0e5dd88..d5123a2 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -24,7 +24,10 @@ { "name": "bht", "inherits": "base", - "description": "Build-host Testing" + "description": "Build-host Testing", + "cacheVariables": { + "CATCH_CONFIG_NO_COUNTER": true + } } ], "buildPresets": [ |
