MantisBT - CMake
View Issue Details
0015586CMakeCMakepublic2015-05-26 10:522015-11-02 09:15
Ilya 
 
normalfeatureN/A
closedno change required 
 
 
0015586: Add support for lists inside generator expressions
Right 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.
No tags attached.
related to 0014353closed Kitware Robot list expansion from generator expression in custom command 
Issue History
2015-05-26 10:52IlyaNew Issue
2015-05-26 10:55Nils GladitzRelationship addedrelated to 0014353
2015-05-26 11:12Brad KingNote Added: 0038803
2015-05-26 11:13Brad KingNote Added: 0038804
2015-05-26 11:13Brad KingStatusnew => resolved
2015-05-26 11:13Brad KingResolutionopen => no change required
2015-11-02 09:15Robert MaynardNote Added: 0039825
2015-11-02 09:15Robert MaynardStatusresolved => closed

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

  "$<$<CONFIG:Debug>:-O0;-g>"
(0038804)
Brad King   
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   
2015-11-02 09:15   
Closing resolved issues that have not been updated in more than 4 months.