Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CMake/ITKModuleMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,10 @@ macro(itk_module_target_install _name)
ARCHIVE
DESTINATION ${${itk-module}_INSTALL_ARCHIVE_DIR}
COMPONENT Development
FILE_SET
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per CMake documentation this was added in CMake 3.23:
https://cmake.org/cmake/help/latest/command/install.html

ITK currently requires only 3.22.

HEADERS
DESTINATION ${${itk-module}_INSTALL_INCLUDE_DIR}
COMPONENT Development
)
endmacro()

Expand Down
Loading