kwsysPlatformTests: Use if(DEFINED) to simplify conditions
Replace old hacks of the form 'if("${VAR}" MATCHES "^${VAR}$")' with the much simpler 'if(NOT DEFINED ${VAR})'. Change-Id: Ie0e2fc5ceb85156221abe8938dfdd148b3862742
Please register or sign in to comment