mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Set CMAKE_ROOT
This commit is contained in:
parent
5ad6c6bd7f
commit
38b5f573dd
@ -28,4 +28,5 @@ for f in glob.glob('support/biicode/*'):
|
||||
shutil.copy(f, cppformat_dir)
|
||||
env = os.environ.copy()
|
||||
env['PATH'] = os.path.abspath(os.path.dirname(cmake_program)) + ':' + env['PATH']
|
||||
env['CMAKE_ROOT'] = os.path.abspath(cmake_dir)
|
||||
check_call(['bii', 'cpp:build'], cwd=project_dir, env=env)
|
||||
|
Loading…
Reference in New Issue
Block a user