Skip to content

Commit

Permalink
COMP: Fix build against ITK install adding "expat_external.h" install…
Browse files Browse the repository at this point in the history
… rule

This commit fixes a regression introduced in 9e337d3 (ENH: Update expat
files) by pull request #2755 on 2021-09-27.

ITK issue is #3186 and problem was first documented in
Slicer/SlicerExecutionModel#137
  • Loading branch information
jcfr authored and dzenanz committed Feb 14, 2022
1 parent 9cc0321 commit 1f7b427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/ThirdParty/Expat/src/expat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ INSTALL(FILES
${ITK3P_EXPAT_BINARY_DIR}/expatDllConfig.h
${ITK3P_EXPAT_SOURCE_DIR}/expat.h
${ITK3P_EXPAT_BINARY_DIR}/expat_config.h
${ITK3P_EXPAT_SOURCE_DIR}/expat_external.h
${ITK3P_EXPAT_SOURCE_DIR}/itk_expat_mangle.h
DESTINATION ${ITK3P_INSTALL_INCLUDE_DIR} # TODO: itk_expat.h #include "itkexpat/expat.h"
COMPONENT Development)

0 comments on commit 1f7b427

Please sign in to comment.