[cmake-developers] [Cmake-commits] CMake branch, next, updated. v2.8.2-557-gd77639f

Brad King brad.king at kitware.com
Thu Aug 26 15:32:42 EDT 2010


On 08/26/2010 03:27 PM, Alexander Neundorf wrote:
> On Thursday 26 August 2010, Brad King wrote:
>> Let's just warn.  A policy seems a bit heavy for this.
> 
> Warn and fail or warn and continue ?

How is "warn and fail" different from "error"? ;)

Warn and continue, please.  Use

  this->Makefile->IssueMessage(cmake::AUTHOR_WARNING, ...);
  return true;

-Brad



More information about the cmake-developers mailing list