[cmake-developers] [CMake 0014745]: Can't build a project if build directory contains '#' character, i.e. "issue#6"

Mantis Bug Tracker mantis at public.kitware.com
Sun Feb 9 15:17:06 EST 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14745 
====================================================================== 
Reported By:                Rinat Ibragimov
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14745
Category:                   (No Category)
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-02-09 15:17 EST
Last Modified:              2014-02-09 15:17 EST
====================================================================== 
Summary:                    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

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-02-09 15:17 Rinat IbragimovNew Issue                                    
======================================================================



More information about the cmake-developers mailing list