Fix cmake command
This commit is contained in:
parent
bdada10c2c
commit
7ae6dfbcba
@ -31,5 +31,5 @@ shutil.copytree('.', cppformat_dir,
|
||||
for f in glob.glob('support/biicode/*'):
|
||||
shutil.copy(f, cppformat_dir)
|
||||
print env['CMAKE_ROOT']
|
||||
check_call(['cmake', '--version', project_dir], env=env)
|
||||
check_call(['cmake', '--version'], env=env)
|
||||
#check_call(['bii', 'cpp:build'], cwd=project_dir, env=env)
|
||||
|
Loading…
Reference in New Issue
Block a user