View Issue Details [ Jump to Notes ] | [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0014745 | CMake | (No Category) | public | 2014-02-09 15:17 | 2014-12-04 14:46 |
|
Reporter | Rinat Ibragimov | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | |
Platform | PC | OS | Debian | OS Version | testing |
Product Version | CMake 2.8.12.1 | |
Target Version | | Fixed in Version | | |
|
Summary | 0014745: Can't build a project if build directory contains '#' character, i.e. "issue#6" |
Description | '#' 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. |
Steps To Reproduce | $ mkdir issue#6; cd issue#6
$ cmake ..
<skipped>
$ make
/bin/sh: 1: Syntax error: Unterminated quoted string
make: *** [cmake_check_build_system] Error 2
|
Tags | No tags attached. |
|
Attached Files | |
|