Commit 5003566
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
0 commit comments