[cmake-developers] Improving CPack Documentation (and may be others as well)

David Cole david.cole at kitware.com
Mon Feb 6 11:16:46 EST 2012


On Sun, Feb 5, 2012 at 6:50 PM, Eric Noulard <eric.noulard at gmail.com> wrote:
> 2012/2/1 David Cole <david.cole at kitware.com>:
>>
>> There's no rush here. We won't be reviewing your changes again until
>> next Tuesday at this point...
>
> Hi all,
>
> I did push the work and the branch a little further yesterday.
> I didn't get any big red on the dashboard this time and I think
> it was worth going a little further.
>


There is this issue on the dashboard:

  http://cdash.org/CDash/viewBuildError.php?buildid=1981062

Use empty string assignment:

  std::string s;
  s = "";

...instead of "clear" to avoid this problem on our (yes, I know,
ancient, but annoyingly still there) VS6 dashboards.


Thanks,
David



More information about the cmake-developers mailing list