[Cmake] Issues and new ideas

Amitha Perera perera at cs.rpi.edu
Thu May 10 14:49:37 EDT 2001


>   if(cacheValue && strcmp(cacheValue, "NOTFOUND"))

strcmp returns 0 on a successful match, so it'll only search when the
value is not in the cache, or when it is NOTFOUND.




More information about the CMake mailing list