[llvm-commits] [PATCH] cmake: work with CMake < 2.8.5

nobled nobled at dreamwidth.org
Mon Dec 12 05:05:41 PST 2011


CMake versions 2.8.4 and earlier were giving this error since r146323:
"string end index: -1 is out of range 0 - 6"

Passing -1 as the length of the desired substring was a new feature
added in CMake 2.8.5:
http://www.cmake.org/Bug/view.php?id=10740
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-cmake-work-with-CMake-2.8.5.patch
Type: text/x-patch
Size: 1388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111212/14e48dde/attachment.bin>


More information about the llvm-commits mailing list