Skip to content

Commit

Permalink
Merge pull request #471 from ecmwf-ifs/nabr-fix-cmake-header-dependency
Browse files Browse the repository at this point in the history
Fix dependency on header files in loki_transform_target
  • Loading branch information
reuterbal authored Jan 10, 2025
2 parents ddd15e0 + f64042c commit 2cb393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/loki_transform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function( loki_transform_target )
HEADERS ${_PAR_T_HEADERS}
DEFINITIONS ${_PAR_T_DEFINITIONS}
INCLUDES ${_PAR_T_INCLUDES}
DEPENDS ${LOKI_SOURCES_TO_TRANSFORM} ${_PAR_T_HEADER} ${_PAR_T_CONFIG}
DEPENDS ${LOKI_SOURCES_TO_TRANSFORM} ${_PAR_T_HEADERS} ${_PAR_T_CONFIG}
${_TRANSFORM_OPTIONS}
)
endif()
Expand Down

0 comments on commit 2cb393f

Please sign in to comment.