MantisBT - CMake
View Issue Details
0015993CMakeCMakepublic2016-02-28 18:162016-06-10 14:31
Roy Ivy III 
Kitware Robot 
normalmajoralways
closedmoved 
WindowsWindows10
CMake 3.3.1 
 
0015993: "NMake Makefiles" generator doesn't escape special characters (such as '#') in build directory name correctly
When using `cmake -G "NMake Makefiles"` from a directory containing nmake-special characters, such as '#', the special characters are not escaped causing incorrect macro definitions and build executions.

The special characters should be escaped with '^'.
cd REPO
mkdir #build
cd #build
cmake -G "NMake Makefiles" REPO_SRC
nmake
No tags attached.
Issue History
2016-02-28 18:16Roy Ivy IIINew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042947
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042947)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

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.