commit | 732b896b1e3cefe40d23964b6da89292be43ec5f | [log] [tgz] |
---|---|---|
author | Gil Pitney <gil.pitney@linaro.org> | Fri Nov 10 18:22:20 2017 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Nov 11 10:32:50 2017 -0500 |
tree | 43d6f8122b595e57223f6bdd43ceea23b3c0290c | |
parent | 9a380bf08fdef3035ba5e823b6d791c1a019a3c6 [diff] |
cmake: Fix ext/hal/ti/simplelink/CMakeLists.txt After the cmake conversion, the SimpleLink WiFi host driver would not build, and compiler flags like -Wno-strict-aliasing were not being applied as they got spliced in before -Wall rather than after. This fixes those issues, using the set_source_files_properties() method as suggeted in the CMakeLists.txt TODO comment. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>