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
@@ -169,7 +169,7 @@ class Script(PlainScript):
if files:
# targets in the '.' directory are "global" targets
if subdir == '.':
subdir = "'global'"
subdir = "ROOT_DIR"
outfile.write('#### CMake %s ####\n' % subdir)
for fname in files:
outfile.writelines(open(fname))
Loading