Commit a5d1eece authored by Gert Wollny's avatar Gert Wollny
Browse files

d/p: Add a patch to not install includes, they are not packaged anyway

parent 4abcce59
Loading
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
--- a/Core/CMakeLists.txt
+++ b/Core/CMakeLists.txt
@@ -231,21 +231,6 @@
   RUNTIME DESTINATION ${ELASTIX_RUNTIME_DIR}
   COMPONENT RuntimeLibraries )
 
-# Install all header files.
-install( DIRECTORY
-  ${elastix_SOURCE_DIR}/Common
-  ${elastix_SOURCE_DIR}/Core
-  ${elastix_SOURCE_DIR}/Components
-  DESTINATION ${ELASTIX_INCLUDE_DIR}
-  FILES_MATCHING PATTERN "*.h" PATTERN "*.hxx" )
-install( FILES
-  ${elastix_BINARY_DIR}/elxInstallComponentFunctionCalls.h
-  ${elastix_BINARY_DIR}/elxInstallComponentFunctionDeclarations.h
-  ${elastix_BINARY_DIR}/elxSupportedImageTypes.h
-  ${elastix_BINARY_DIR}/ITKFactoryRegistration/itkImageIOFactoryRegisterManager.h
-  ${elastix_BINARY_DIR}/ITKFactoryRegistration/itkTransformIOFactoryRegisterManager.h
-  DESTINATION ${ELASTIX_INCLUDE_DIR} )
-
 #---------------------------------------------------------------------
 # The Core/Install directory contains a CMakeLists file for
 # defining the elastix compilation types.
+1 −0
Original line number Diff line number Diff line
doxygen_cleanup.patch
static_libann.patch
no_include_install.patch