From 97e84aaf9b0da13480bdf610d12b7d792acdbf74 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 5 Jul 2016 14:25:28 -0400 Subject: [PATCH] [SCons] Fix auto-update of fmt submodule --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 31c0eaee0..44368da8e 100644 --- a/SConstruct +++ b/SConstruct @@ -749,7 +749,7 @@ if env['system_fmt'] in ('y', 'default'): if env['system_fmt'] in ('n', 'default'): env['system_fmt'] = False print """INFO: Using private installation of fmt library.""" - if not os.path.exists('ext/fmt/fmt/format.h'): + if not os.path.exists('ext/fmt/fmt/ostream.h'): if not os.path.exists('.git'): config_error('fmt is missing. Install source in ext/fmt.')