From 726d206f9af9eab835dee9976a693146746b90dd Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Fri, 7 Mar 2025 10:59:41 +0100 Subject: [PATCH] Disabled tests for fmt. --- recipes/fmt/recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/fmt/recipe.py b/recipes/fmt/recipe.py index 335ac94..e08805c 100644 --- a/recipes/fmt/recipe.py +++ b/recipes/fmt/recipe.py @@ -6,7 +6,7 @@ from SCons.Script import * def _git_cook(env: Environment, repo: dict) -> dict: checkout_root = repo['checkout_root'] - build_result = env.CMakeProject(checkout_root) + build_result = env.CMakeProject(checkout_root, generate_args=['-DFMT_TEST=OFF']) lib_name = { 'debug': 'fmtd'