MantisBT - CMake
View Issue Details
0014316CMake(No Category)public2013-07-25 17:272016-06-10 14:31
Brennon Brimhall 
Bill Hoffman 
normalminorhave not tried
closedmoved 
Win32XPSP3
CMake 2.8.11.2 
 
0014316: CMake can't find Ninja w/ Double Quotes
When PATH is set using double quotes, and builder is set to Ninja, CMake is unable to find ninja executable.
* Download Ninja
* Set PATH with Double Quotes
* Open CMake
* Select Ninja as builder
No tags attached.
Issue History
2013-07-25 17:27Brennon BrimhallNew Issue
2013-07-26 08:42Brad KingNote Added: 0033618
2013-07-26 08:42Brad KingStatusnew => resolved
2013-07-26 08:42Brad KingResolutionopen => no change required
2013-07-26 10:09Brad KingNote Added: 0033619
2013-07-26 10:09Brad KingAssigned To => Bill Hoffman
2013-07-26 10:09Brad KingStatusresolved => assigned
2013-07-26 10:09Brad KingResolutionno change required => open
2013-07-26 10:10Bill HoffmanStatusassigned => backlog
2016-06-10 14:29Kitware RobotNote Added: 0042329
2016-06-10 14:29Kitware RobotStatusbacklog => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0033618)
Brad King   
2013-07-26 08:42   
A PATH with double-quotes is not a valid PATH. For example, at a cmd prompt:

>set PATH="%PATH%"
>cmd
'cmd' is not recognized ...
(0033619)
Brad King   
2013-07-26 10:09   
Okay, what was not clear is that you're talking about quotes around a specific entry of the PATH rather than the whole path.
(0042329)
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.