Skip to content
Snippets Groups Projects
Commit 80e852f6 authored by Brad King's avatar Brad King
Browse files

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
parent 93eb1a1f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment