View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015586CMakeCMakepublic2015-05-26 10:522015-11-02 09:15
ReporterIlya 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015586: Add support for lists inside generator expressions
DescriptionRight now it's not possible to specify lists inside generator expressions. E.g. both

    $<$<CONFIG:Debug>:-O0 -g>

and

    $<$<CONFIG:Debug>:"-O0;-g">

break code.
TagsNo tags attached.
Attached Files

 Relationships
related to 0014353closedKitware Robot list expansion from generator expression in custom command 

  Notes
(0038803)
Brad King (manager)
2015-05-26 11:12

Try

  "$<$<CONFIG:Debug>:-O0;-g>"
(0038804)
Brad King (manager)
2015-05-26 11:13

Behavior of quotes and semicolons is documented in the cmake-language(7) manual:

 http://www.cmake.org/cmake/help/v3.2/manual/cmake-language.7.html [^]
(0039825)
Robert Maynard (manager)
2015-11-02 09:15

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2015-05-26 10:52 Ilya New Issue
2015-05-26 10:55 Nils Gladitz Relationship added related to 0014353
2015-05-26 11:12 Brad King Note Added: 0038803
2015-05-26 11:13 Brad King Note Added: 0038804
2015-05-26 11:13 Brad King Status new => resolved
2015-05-26 11:13 Brad King Resolution open => no change required
2015-11-02 09:15 Robert Maynard Note Added: 0039825
2015-11-02 09:15 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team