Skip to content

Commit 8ec19eb

Browse files
committed
ENH: itkexpat: Update source layout to make includes ITK-specific
1 parent 1389c6a commit 8ec19eb

27 files changed

Lines changed: 4 additions & 3 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/itkexpat/lib/xmlparse.c hooks-max-size=500000

Modules/ThirdParty/Expat/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ if(ITK_USE_SYSTEM_EXPAT)
1212
set(ITKExpat_NO_SRC 1)
1313
else()
1414
set(ITKExpat_INCLUDE_DIRS
15-
${ITKExpat_BINARY_DIR}/src/expat
16-
${ITKExpat_SOURCE_DIR}/src/expat/lib
15+
${ITKExpat_BINARY_DIR}/src/itkexpat
16+
${ITKExpat_SOURCE_DIR}/src/itkexpat/lib
1717
)
1818
set(ITKExpat_LIBRARIES ITKEXPAT)
1919
set(ITK_LIBRARY_PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS FALSE)

Modules/ThirdParty/Expat/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(ITK3P_INSTALL_INCLUDE_DIR "${ITKExpat_INSTALL_INCLUDE_DIR}")
33
set(ITK3P_INSTALL_RUNTIME_DIR "${ITKExpat_INSTALL_RUNTIME_DIR}")
44
set(ITK3P_INSTALL_LIBRARY_DIR "${ITKExpat_INSTALL_LIBRARY_DIR}")
55
set(ITK3P_INSTALL_ARCHIVE_DIR "${ITKExpat_INSTALL_ARCHIVE_DIR}")
6-
add_subdirectory(expat)
6+
add_subdirectory(itkexpat)
77
itk_module_target(ITKEXPAT NO_INSTALL)
88
mark_as_advanced(FORCE
99
EXPAT_BUILD_DOCS
File renamed without changes.
File renamed without changes.

Modules/ThirdParty/Expat/src/expat/ConfigureChecks.cmake renamed to Modules/ThirdParty/Expat/src/itkexpat/ConfigureChecks.cmake

File renamed without changes.

Modules/ThirdParty/Expat/src/expat/expat_config.h.cmake renamed to Modules/ThirdParty/Expat/src/itkexpat/expat_config.h.cmake

File renamed without changes.

Modules/ThirdParty/Expat/src/expat/itk_expat_mangle.h.in renamed to Modules/ThirdParty/Expat/src/itkexpat/itk_expat_mangle.h.in

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)