[cmake-developers] [CMake 0015410]: Allow more characters in generator expression for config (dash, dot etc.)

Mantis Bug Tracker mantis at public.kitware.com
Wed Feb 18 17:13:31 EST 2015


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15410 
====================================================================== 
Reported By:                peclik
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15410
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-02-18 17:13 EST
Last Modified:              2015-02-18 17:13 EST
====================================================================== 
Summary:                    Allow more characters in generator expression for
config (dash, dot etc.)
Description: 
Currently probably [a-zA-Z_] set is allowed.
Other are needed too (dash, dot, hash etc.)

Probably now with cmake in UTF-8, even national chars could be allowed.



Steps to Reproduce: 
Use generator $<CONFIG:Release-Tests>
Results in error "Expression syntax not recognized".

E.g.
target_compile_definitions(tgt PRIVATE
$<$<CONFIG:Release-Tests>:${PROJ_TESTS_DEFS}>)
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-02-18 17:13 peclik         New Issue                                    
======================================================================



More information about the cmake-developers mailing list