Skip to content

Commit 164c017

Browse files
committed
COMP: Synchronize with module template.
1 parent 28394bc commit 164c017

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

itk-module.cmake

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
set(DOCUMENTATION "This module implements a minimal path extraction framework
2-
based on Fast Marching arrival functions.
3-
4-
A more detailed description can be found in the Insight Journal article::
5-
6-
Mueller, D. \"Fast Marching Minimal Path Extraction in ITK\"
7-
http://hdl.handle.net/1926/1332
8-
http://www.insight-journal.org/browse/publication/213
9-
March, 2008.
10-
")
1+
# the top-level README is used for describing this module, just
2+
# re-used it for documentation here
3+
get_filename_component(MY_CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
4+
file(READ "${MY_CURRENT_DIR}/README.rst" DOCUMENTATION)
115

126
itk_module(MinimalPathExtraction
137
ENABLE_SHARED
@@ -19,7 +13,8 @@ itk_module(MinimalPathExtraction
1913
TEST_DEPENDS
2014
ITKTestKernel
2115
ITKIOSpatialObjects
22-
EXCLUDE_FROM_DEFAULT
2316
DESCRIPTION
2417
"${DOCUMENTATION}"
18+
EXCLUDE_FROM_DEFAULT
19+
ENABLE_SHARED
2520
)

0 commit comments

Comments
 (0)