MantisBT - CMake
View Issue Details
0000111CMakepublic2003-07-30 03:052003-08-01 09:21
Petr Ferschmann 
 
normalminoralways
closedfixed 
 
 
0000111: Win32: spaces in directories
When I have space in directory CMake will put directory name in quotes "".
But it can't work with that. I must delete the quotes.

eg.
"C:\Documents and settings\fers\src\"
No tags attached.
Issue History

Notes
(0000037)
Petr Ferschmann   
2003-07-30 07:29   
Hmmm. I see that the this bugtracking software doesn't show backslashes.

Just a note - it adds quotes only when I click "Browse".
And then CMake can't work with that.
(0000038)
System Admin   
2003-07-30 07:54   
Could you explain the whole process? We have several dashboards with spaces in paths and we do not see any problems.
(0000049)
Petr Ferschmann   
2003-07-31 03:00   
I have MS Windows 2000 Terminal Server.

Open CMake.
Click on browse for source dir. Find directory with spaces. And click Open.
In the Source dir line there will be directory in quotes.
Choose binary directory and try clicking "Configure".

It will say that source directory doesn't contain CMakeLists.txt.

Problem is that it tries to open file named
"C:\dir with spaces"\CMakeLists.txt
(0000054)
Ken Martin   
2003-08-01 09:21   
I believe this problem (localized in the CMakeSetupDialog GUI) has been fixed. The quotes were added in a recent change and they have been "un added" Let me know if that is not the case. Checked in as of 9:30 EST August 1st.