[cmake-developers] [CMake 0015586]: Add support for lists inside generator expressions

Mantis Bug Tracker mantis at public.kitware.com
Tue May 26 10:52:10 EDT 2015


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15586 
====================================================================== 
Reported By:                Ilya
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15586
Category:                   CMake
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-05-26 10:52 EDT
Last Modified:              2015-05-26 10:52 EDT
====================================================================== 
Summary:                    Add support for lists inside generator expressions
Description: 
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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-05-26 10:52 Ilya           New Issue                                    
======================================================================



More information about the cmake-developers mailing list