Skip to content

Commit 5003566

Browse files
committed
COMP: Avoid semicolon in IOScanco module DESCRIPTION
itk_module() is a macro, so ARGN loses argument boundaries and foreach(arg ${ARGN}) re-splits any argument containing a semicolon. The IOScanco description split into two tokens, producing: CMake Warning (dev) at CMake/ITKModuleMacros.cmake:112 (message): Unknown argument [ writes ISQ and AIM.] and truncating the stored description at the semicolon.
1 parent 3ae346c commit 5003566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/IO/IOScanco/itk-module.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ itk_module(
1616
FACTORY_NAMES
1717
ImageIO::Scanco
1818
DESCRIPTION
19-
"ITK Image IO for Scanco microCT files: reads ISQ, RSQ, RAD and AIM; writes ISQ and AIM."
19+
"ITK Image IO for Scanco microCT files: reads ISQ, RSQ, RAD and AIM, writes ISQ and AIM."
2020
EXCLUDE_FROM_DEFAULT
2121
ENABLE_SHARED
2222
)

0 commit comments

Comments
 (0)