Commit be961bae authored by Mario Werner's avatar Mario Werner

fixed typo in python script

parent 0a4acc96
...@@ -24,7 +24,7 @@ else: ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment