mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-05 09:40:40 +00:00
fixed typo in python script
This commit is contained in:
parent
0a4acc9656
commit
be961bae0f
@ -24,7 +24,7 @@ else:
|
|||||||
if platform == 'x64':
|
if platform == 'x64':
|
||||||
generator += ' Win64'
|
generator += ' Win64'
|
||||||
cmake_command.append('-G' + generator)
|
cmake_command.append('-G' + generator)
|
||||||
build_command = ['cmake', '--build', '.', '--config', config, '--', '/m:4'],
|
build_command = ['cmake', '--build', '.', '--config', config, '--', '/m:4']
|
||||||
test_command = ['ctest', '-C', config]
|
test_command = ['ctest', '-C', config]
|
||||||
|
|
||||||
check_call(cmake_command)
|
check_call(cmake_command)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user