MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014529 | CMake | CMake | public | 2013-10-31 10:38 | 2016-06-10 14:31 |
Reporter | Petr Kmoch | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | Windows | OS Version | ||
Product Version | CMake 2.8.11 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014529: Leading UNC slashes stripped if include path contains repeated slashes | ||||
Description | When a UNC path includes repeated slashes, CMake replaces all repeated slashes by single slashes, including the ones at the beginning. The net effect is the path is no longer a UNC path in the generated buildsystem. | ||||
Steps To Reproduce | include_directories(//unc/path_which/contains/repeated//slashes) add_executable(foo ...) # The include path will be listed as "\unc\path_which\contains\repeated\slashes" in the generated foo.vc[x]proj. | ||||
Additional Information | I've seen this behaviour with VS8 and VS10 generators when setting a UNC path in include_directories(). I haven't tested this in other path-handling scenarios. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-10-31 10:38 | Petr Kmoch | New Issue | |||
2013-11-01 10:38 | Brad King | Note Added: 0034305 | |||
2013-11-01 10:47 | Petr Kmoch | Note Added: 0034306 | |||
2013-11-01 11:08 | Brad King | Note Added: 0034307 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042408 | |||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|