Skip to content
Snippets Groups Projects
Commit 5de9072a authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Fix code format checker

The code format checker runs without downloading the external packages such
that one has to emulate the existence of the external packages.
parent 872e12fd
No related branches found
No related tags found
1 merge request!847Fix code format checker
Pipeline #17617 passed
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment