mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-03 23:51:41 +01:00 
			
		
		
		
	Fix cmake command
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user