Skip to content
Snippets Groups Projects

Support new Gaudi CMake

Merged Marco Clemencic requested to merge support-new-gaudi-cmake into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -533,7 +533,9 @@ string(REPLACE "$${NIGHTLY_BUILD_ROOT}" "$${CMAKE_CURRENT_LIST_DIR}"
self._buildDir(proj, 'build'),
join(summary_dir, 'build.log')])
with open(join(summary_dir, 'build.log'), 'a') as f:
for key in ['unsafe-install', 'post-install']:
for key in [
'unsafe-install', 'post-install', 'install'
]:
start, end = regions.get(key, (0, 0))
f.writelines(loglines[start:end])
Loading