Skip to content

Commit

Permalink
fix COMMENT from crashing cmake-lint's parser
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jan 15, 2025
1 parent ae33e51 commit 3f28345
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/services/io/podio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ add_custom_command(
EDM4EIC_INCLUDE_DIR=${EDM4EIC_INTERFACE_INCLUDE_DIRECTORIES}
MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/make_datamodel_glue.py
DEPENDS ${EDM_VERSION_INCLUDES}
COMMENT Create datamodel glue headers)
COMMENT "Create datamodel glue headers")
add_custom_target(
podio_datamodel_glue
DEPENDS
${PROJECT_BINARY_DIR}/include/${DATAMODEL_RELATIVE_PATH}/datamodel_glue.h
COMMENT Create
datamodel glue headers)
COMMENT "Create datamodel glue headers")

plugin_add_dependencies(${PLUGIN_NAME} podio_datamodel_glue)

Expand Down

0 comments on commit 3f28345

Please sign in to comment.