[cmake-developers] [CMake] Nina Generator on Windows generates too long link cmd lines

Brad King brad.king at kitware.com
Wed Jun 6 15:32:48 EDT 2012


On Tue, Jun 5, 2012 at 6:15 PM, Peter Kümmel <syntheticpp at gmx.net> wrote:
> The commits are here
>
> http://cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/ninja-rspfile

FYI, std::ostringstream is not portable to ancient platforms:

 http://www.cmake.org/Bug/view.php?id=13272

Please use "cmOStringStream" instead from now on.

Thanks,
-Brad



More information about the cmake-developers mailing list