MantisBT - CMake
View Issue Details
0011933CMakeCMakepublic2011-03-04 21:442011-09-05 11:37
Andrew Pennebaker 
David Cole 
normalmajoralways
closedno change required 
Windows 7 ProfessionalWindows7
CMake 2.8.4 
CMake 2.8.4 
0011933: Select File can't select folders when adding a filepath entry
LLVM requires some CMake filepath entries to directories.

When I click "..." to browse for those directories, CMake won't let me select them.
Open a project with CMake.

Click Add Entry.

Set the type to FILEPATH.

Click "...".

Try to select a folder.
No tags attached.
Issue History
2011-03-04 21:44Andrew PennebakerNew Issue
2011-03-05 07:50Brad KingNote Added: 0025672
2011-04-04 12:12David ColeAssigned To => David Cole
2011-04-04 12:12David ColeStatusnew => assigned
2011-04-04 12:13David ColeNote Added: 0026079
2011-04-04 12:13David ColeStatusassigned => resolved
2011-04-04 12:13David ColeFixed in Version => CMake 2.8.4
2011-04-04 12:13David ColeResolutionopen => no change required
2011-09-05 11:37David ColeStatusresolved => closed
2011-09-05 11:37David ColeNote Added: 0027342

Notes
(0025672)
Brad King   
2011-03-05 07:50   
The FILEPATH type is meant for locating FILEs. The PATH type is meant for directories. LLVM's CMake code should be updated to set the type to PATH if it wants directories.
(0026079)
David Cole   
2011-04-04 12:13   
FILEPATH is for files, PATH is for directories.
(0027342)
David Cole   
2011-09-05 11:37   
Closing resolved issues that have not been updated in more than 4 months.