MantisBT - CMake
View Issue Details
0014745CMake(No Category)public2014-02-09 15:172014-12-04 14:46
Rinat Ibragimov 
 
normalminoralways
closedduplicate 
PCDebiantesting
CMake 2.8.12.1 
 
0014745: Can't build a project if build directory contains '#' character, i.e. "issue#6"
'#' character (amongst others) starts a comments thus cutting remaining part of
a string. So if build directory contains it, one can not build a project.
$ mkdir issue#6; cd issue#6
$ cmake ..
<skipped>
$ make
/bin/sh: 1: Syntax error: Unterminated quoted string
make: *** [cmake_check_build_system] Error 2
No tags attached.
duplicate of 0013562closed Kitware Robot Incorrect Makefiles generated for paths containing '#' 
related to 0015285closed  Cannot escape "#" in add_compile_options 
Issue History
2014-02-09 15:17Rinat IbragimovNew Issue
2014-02-10 10:12Brad KingRelationship addedduplicate of 0013562
2014-02-10 10:13Brad KingStatusnew => resolved
2014-02-10 10:13Brad KingResolutionopen => duplicate
2014-10-06 10:32Robert MaynardNote Added: 0036906
2014-10-06 10:32Robert MaynardStatusresolved => closed
2014-12-04 14:46Brad KingRelationship addedrelated to 0015285

Notes
(0036906)
Robert Maynard   
2014-10-06 10:32   
Closing resolved issues that have not been updated in more than 4 months.