View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015993CMakeCMakepublic2016-02-28 18:162016-06-10 14:31
ReporterRoy Ivy III 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformWindowsOSWindowsOS Version10
Product VersionCMake 3.3.1 
Target VersionFixed in Version 
Summary0015993: "NMake Makefiles" generator doesn't escape special characters (such as '#') in build directory name correctly
DescriptionWhen 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 '^'.
Steps To Reproducecd REPO
mkdir #build
cd #build
cmake -G "NMake Makefiles" REPO_SRC
nmake
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042947)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2016-02-28 18:16 Roy Ivy III New Issue
2016-06-10 14:29 Kitware Robot Note Added: 0042947
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team