Skip to content
Snippets Groups Projects

Fix code format checker

Merged Florian Uhlig requested to merge f.uhlig/cbmroot:fix_CI into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -73,4 +73,11 @@ else()
set_target_properties(external::fles_logging PROPERTIES
IMPORTED_LOCATION external::fles_logging-NOTFOUND
)
# Define an empty macro such that ctest is happy when no externals are
# available
# This is needed since to speed up the execution of the code format check
# no externals are downloaded
macro(xpu_attach)
endmacro()
endif()
Loading