MantisBT - CMake
View Issue Details
0009098CMakeCMakepublic2009-06-02 11:152016-06-10 14:30
David Partyka 
Bill Hoffman 
normalminoralways
closedmoved 
CMake-2-6 
 
0009098: FIND_PATH DOC does not support multiple line documentation.
If you have a multi-line DOC the extra lines will get written to your CMakeCache and then it will complain about offending lines.
The following line of CMakeLists.txt of VTK will cause this error to occur.

FIND_PATH(VTK_DATA_ROOT VTKData.readme
  ${VTK_SOURCE_DIR}/VTKData
  ${VTK_SOURCE_DIR}/../VTKData
  ${VTK_SOURCE_DIR}/../../VTKData
  $ENV{VTK_DATA_ROOT}
  DOC "The repository for data used for testing. To check out this repository from CVS, first run

cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/VTKData login

(respond with password vtk) and then run

cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/VTKData checkout VTKData"
  )
No tags attached.
Issue History
2009-06-02 11:15David PartykaNew Issue
2009-09-14 12:34Bill HoffmanStatusnew => assigned
2009-09-14 12:34Bill HoffmanAssigned To => Bill Hoffman
2016-06-10 14:27Kitware RobotNote Added: 0041564
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0041564)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.