Fix cmake command

This commit is contained in:
Victor Zverovich 2015-03-04 08:57:56 -08:00
parent bdada10c2c
commit 7ae6dfbcba

View File

@ -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)