WaffleDefineCompilerFlags: FindPkgConfig variables are lists
commite574ef01f51b48df9c6195bcc803856369c62b61
authorAdrian Negreanu <adrian.negreanu@nxp.com>
Tue, 4 Dec 2018 11:58:43 +0000 (4 13:58 +0200)
committerMatt Turner <mattst88@gmail.com>
Thu, 19 Mar 2020 21:39:07 +0000 (19 14:39 -0700)
tree5b1e69655bc544753f3ca82b508062a4f694bdf4
parent5505f480d73525a5124dbc22eb9852e4cd11ac63
WaffleDefineCompilerFlags: FindPkgConfig variables are lists

In case of a list, cmake uses ';' as an element separator.
When the list is used as a string, as compiler CFLAGS,
the ';' ends up being picked up by the shell as an 'end of command'.

Iterate through the list and use ' ' as element separator.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Adrian Negreanu <adrian.negreanu@nxp.com>
cmake/Modules/WaffleDefineCompilerFlags.cmake