commit | c34b7a3f6580f7f590a54ddb9c79c246246f1866 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Wed Dec 27 15:21:54 2017 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Dec 28 11:37:09 2017 -0500 |
tree | 9d99971416ad2b10ea73d9acaa6f9b6bb17b5559 | |
parent | 5fb5adb34f5672749607a0b652da3e5fff0d6638 [diff] |
cmake: Fix CMAKE_REQUIRED_FLAGS corruption The --print-memory-usage check was accidentally corrupting the CMAKE_REQUIRED_FLAGS variable due to a variable de-referencing bug. This was affecting app CMakeLists.txt code that was using CMAKE_REQUIRED_FLAGS. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>