e59f375038
Fixes: #38558 This commit removes: `cmake_policy(SET CMP0079 OLD)` This means Zephyr will now allow the new CMP0079 behavior introduced with CMake version 3.13. Code has now been examined and no occurences has been found where the INTERFACE keyword was used with `target_link_libraries()` outside the CMakeLists.txt scope where the original libraries were created. As an additional safeguard `./scripts/twister -c -N --cmake-only` has been executed before and after this change and all `build.ninja` files for each test / sample have been diffed. Removing the CMP0079 policy creates identical build files, hence removal of the old policy will not impact the build. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
---|---|---|
.. | ||
boilerplate.cmake |