Skip to content
Snippets Groups Projects
Commit b0e339c0 authored by Jan de Cuveland's avatar Jan de Cuveland
Browse files

Add dummy targets to make CI happy

parent a680492f
No related branches found
No related tags found
1 merge request!852Bump flesnet version, include monitoring library
...@@ -74,6 +74,10 @@ else() ...@@ -74,6 +74,10 @@ else()
set_target_properties(external::fles_logging PROPERTIES set_target_properties(external::fles_logging PROPERTIES
IMPORTED_LOCATION external::fles_logging-NOTFOUND IMPORTED_LOCATION external::fles_logging-NOTFOUND
) )
add_library(external::fles_monitoring STATIC IMPORTED GLOBAL)
set_target_properties(external::fles_monitoring PROPERTIES
IMPORTED_LOCATION external::fles_monitoring-NOTFOUND
)
# Define an empty macro such that ctest is happy when no externals are # Define an empty macro such that ctest is happy when no externals are
# available # available
......
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