[cmake-developers] tll-new-signatures topic

Brad King brad.king at kitware.com
Wed Jul 17 09:08:45 EDT 2013


On 07/17/2013 09:05 AM, Brad King wrote:
> Please add documentation to tll() about the restriction enforced
> the signature policy (CMP0023).

Also, in this hunk:

+    const char *sigString
+                        = (sig == cmTarget::NewTLLSignature ? "old" : "new");
+    s << "The uses of the " << sigString << " signature are here:\n";

The ?: operator results are switched.

-Brad



More information about the cmake-developers mailing list