commit | ab19e6fd1bbfd77334c784f0965011e39735d440 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Apr 16 16:13:25 2020 -0500 |
committer | Anton Komlev <Anton.Komlev@arm.com> | Tue Jun 16 10:24:26 2020 +0000 |
tree | 67882b3d9de02b1e6deb2ace40038cd5b8cb9590 | |
parent | cba72a34011c1fc7b5569d5f25eac4b7f39d9dfa [diff] |
Build: Fix cmake implicitly converting warnings Fix warnings of the form: implicitly converting 'bool' to 'STRING' type. implicitly converting 'internal' to 'STRING' type. implicitly converting 'string' to 'STRING' type. by changing the type to STRING. Change-Id: I888126809cd0b9ae4841585979f8ebed6e357160 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>