commit | 3c1a78ea0d51ee5eeab1a0ff9d9f275312f1af23 | [log] [tgz] |
---|---|---|
author | Alex Tereschenko <alext.mkrs@gmail.com> | Thu Jun 14 20:21:18 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 18 15:25:55 2018 -0400 |
tree | fc3135e100b883fa0dd73f11cd7dae5d39e97be4 | |
parent | 7688f490652a58a4485d6eeb41aeeea15ba0fd77 [diff] |
cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE Both variables were used (with the same value) interchangeably throughout CMake files and per the discussion in GH issue, ZEPHYR_BASE is preferred. Also add a comment with explanation of one vs. the other. Tested by building hello_world for several boards ensuring no errors. Fixes #7173. Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>