MantisBT - CMake
View Issue Details
0016072CMakeCMakepublic2016-04-20 12:432016-06-10 14:21
Raymond Langer 
 
normalminoralways
closedfixed 
MacBookProOS X Yosemite10.10.5
CMake 3.5 
CMake 3.6CMake 3.6 
0016072: flex macro can't handle parenthesis in path
The FLEX_TARGET macro doesn't escape parenthesis in the output argument for flex.
In a project that uses flex I used the build directory 'Build 123()'.
Maybe it's possible to use double quotes.
No tags attached.
Issue History
2016-04-20 12:43Raymond LangerNew Issue
2016-04-20 13:24Brad KingNote Added: 0040902
2016-04-20 13:24Brad KingStatusnew => resolved
2016-04-20 13:24Brad KingResolutionopen => fixed
2016-04-20 13:24Brad KingFixed in Version => CMake 3.6
2016-04-20 13:24Brad KingTarget Version => CMake 3.6
2016-06-10 14:21Kitware RobotNote Added: 0041187
2016-06-10 14:21Kitware RobotStatusresolved => closed

Notes
(0040902)
Brad King   
2016-04-20 13:24   
Thanks. Please try these fixes:

 FindFLEX: Fix FLEX_TARGET macro for special characters in path
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3d13492e [^]

 FindBISON: Fix BISON_TARGET macro for special characters in path
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f56a0ddd [^]
(0041187)
Kitware Robot   
2016-06-10 14:21   
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.