Skip to content

Commit 0d9fdf4

Browse files
committed
DOC: Add project documentation supported by mordern cmake
Add description and homepage url information now that it is officially supported by the minimum cmake version required.
1 parent 6da6121 commit 0d9fdf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ set(ITK_VERSION
4545
"${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}.${ITK_VERSION_PATCH}")
4646
project(ITK
4747
VERSION ${ITK_VERSION}
48+
DESCRIPTION "The Insight Toolkit (ITK) is an open-source, cross-platform toolkit for N-dimensional scientific image processing, segmentation, and registration."
49+
HOMEPAGE_URL "https://itk.org"
4850
LANGUAGES CXX C)
4951

5052
set(ITK_CMAKE_DIR "${ITK_SOURCE_DIR}/CMake")

0 commit comments

Comments
 (0)