View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009098CMakeCMakepublic2009-06-02 11:152016-06-10 14:30
ReporterDavid Partyka 
Assigned ToBill Hoffman 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0009098: FIND_PATH DOC does not support multiple line documentation.
DescriptionIf you have a multi-line DOC the extra lines will get written to your CMakeCache and then it will complain about offending lines.
Additional InformationThe 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"
  )
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0041564)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2009-06-02 11:15 David Partyka New Issue
2009-09-14 12:34 Bill Hoffman Status new => assigned
2009-09-14 12:34 Bill Hoffman Assigned To => Bill Hoffman
2016-06-10 14:27 Kitware Robot Note Added: 0041564
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team