[cmake-developers] FindGTest.cmake and CMP0064

Ben Boeckel ben.boeckel at kitware.com
Wed Nov 18 11:26:41 EST 2015


On Wed, Nov 18, 2015 at 10:44:24 -0500, Brad King wrote:
> The code
> 
>   if(test_type STREQUAL "TEST")
> 
> could still trigger CMP0064 warnings.  We can use the style

How would this trigger the warning? Do we look for keywords *after*
variable expansion? Or is it triggering on the right-hand "TEST"
argument? That's not ambiguous to me; is the if() argument parser
misdetecting it?

--Ben


More information about the cmake-developers mailing list