View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000816CMakepublic2004-05-02 19:232004-05-03 11:51
ReporterMathieu Malaterre 
Assigned ToSystem Admin 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000816: FILE(GLOB ...)
DescriptionIf I try more than one glob expression the first one is being duplicated. For example:

FILE(GLOB DATA_IMAGES_GLOB
  "${VTK_DATA_ROOT}/*.png"
  "${VTK_DATA_ROOT}/*.jpg"
)

Will lead to:

VTK/foo1.png
VTK/foo2.png
VTK/foo1.png
VTK/foo2.png
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0001013)
System Admin (reporter)
2004-05-03 11:24

Works here. If there is better example to reproduce this, reopen the bug.
(0001014)
System Admin (reporter)
2004-05-03 11:51

Ok, this was fixed on 1.8 branch, but there will probably not be any more 1.8 release.
2.0 Fixes this.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team