| commit | f08af4ce6898e340c46d901c03e3d782bac0c1ce | [log] [tgz] |
|---|---|---|
| author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Fri Jul 08 13:28:42 2022 +0200 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jul 11 11:33:15 2022 +0200 |
| tree | 70d3579ea62d01be580e854b76f8f231087e1114 | |
| parent | a4557a46b88c648abde4e119b0017437b71b1321 [diff] |
west: zcmake.py: support UNINITIALIZED type if CMakeCache.txt file A variable set by the user with `-DVAR=<val>` will be given the type UNINITIALIZED. This results in the variable not being read into the cmake_cache. Support reading of CMake cache variables of type UNINITIALIZED. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>