Disabled tests for fmt.

This commit is contained in:
Patrick 2025-03-07 10:59:41 +01:00
parent 5debc6d334
commit 726d206f9a

View File

@ -6,7 +6,7 @@ from SCons.Script import *
def _git_cook(env: Environment, repo: dict) -> dict: def _git_cook(env: Environment, repo: dict) -> dict:
checkout_root = repo['checkout_root'] checkout_root = repo['checkout_root']
build_result = env.CMakeProject(checkout_root) build_result = env.CMakeProject(checkout_root, generate_args=['-DFMT_TEST=OFF'])
lib_name = { lib_name = {
'debug': 'fmtd' 'debug': 'fmtd'