Skip to content
Snippets Groups Projects

Support new Gaudi CMake

Merged Marco Clemencic requested to merge support-new-gaudi-cmake into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -515,7 +515,7 @@ string(REPLACE "$${NIGHTLY_BUILD_ROOT}" "$${CMAKE_CURRENT_LIST_DIR}"
collect_retcode = 0
if str(proj.build_tool) == 'CMake':
loglines = result.stdout.splitlines(True)
starts = [(line.split()[2], idx)
starts = [(line.split()[-2], idx)
for idx, line in enumerate(loglines)
if line.startswith('#### CMake ')]
end = len(loglines)
Loading