Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BUG: Add dependancy for bulding castxml before using it.
  • Loading branch information
hjmjohnson committed May 11, 2022
1 parent 9e5d62d commit ee989dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrapping/macro_files/itk_auto_load_submodules.cmake
Expand Up @@ -152,7 +152,7 @@ function(generate_castxml_commandline_flags)
@${castxml_inc_file}
${cxx_file}
VERBATIM
DEPENDS ${_castxml_depends} ${cxx_file} ${castxml_inc_file} ${_hdrs}
DEPENDS ${_castxml_depends} ${cxx_file} ${castxml_inc_file} ${_hdrs} castxml
)
unset(cxx_file)
unset(castxml_inc_file)
Expand Down

0 comments on commit ee989dc

Please sign in to comment.