Notes |
|
(0021894)
|
Brad King
|
2010-08-23 11:22
|
|
|
|
(0023793)
|
David Cole
|
2010-12-08 08:23
|
|
Does CMake 2.8.3 have the same issue?
Did Brad's referenced commit in the previous note fix this?
Thanks,
David |
|
|
(0024371)
|
Bill Hoffman
|
2011-01-03 17:35
|
|
|
|
(0024402)
|
ClausKlein
|
2011-01-04 16:50
|
|
Yes this is still an issue, tested with CMake 2.8.3 on Windows XP |
|
|
(0024403)
|
Bill Hoffman
|
2011-01-04 17:20
|
|
Hmm, sounds like cmake does not like the subst command. I am not even sure how one would add support for something like that... |
|
|
(0024404)
|
David Cole
|
2011-01-04 17:46
|
|
This has nothing to do with "subst" per se, and everything to do with the combination of: a CMakeLists.txt at the root of a Windows drive letter, and add_subdirectory calls in that CMakeLists file.
Easily reproducible with putting a CMake-based source tree at the root of any Windows drive... |
|
|
(0024405)
|
David Cole
|
2011-01-04 17:52
|
|
The easy workaround, of course, is to put your source tree in a directory named "s" and map it such that the full path to the source tree is "w:/s"
That should avoid the problem. (At least, it did for me, when I backed up one level on the subst-ing...) |
|
|
(0024428)
|
David Cole
|
2011-01-05 12:46
|
|
Unsetting the target version field. Since there is an easy workaround, and plenty of other more important bugs to try to finish for the 2.8.4 release, this one is: deferred until later. |
|
|
(0028358)
|
Patrick Spendrin
|
2012-01-18 16:10
|
|
|
|
(0032537)
|
Brad King
|
2013-03-08 08:05
|
|
|
|
(0033983)
|
Robert Maynard
|
2013-10-07 10:03
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|