[SCons] Fix auto-update of fmt submodule
This commit is contained in:
parent
d4ddabc76c
commit
97e84aaf9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue