forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: move testing of compile flag in environment to top CMakeLists.txt
This moves the test of compile flags set in environment from generic toolchain to top-level ${ZEPHYR_BASE}/CMakeLists.txt. In order to cleanup and make Zephyr CMake modules more generic then the testing of specific compile flags and warn user is not really a toolchain module responsible but a implementation detail of the project itself as to how compile flags should be applied in a project. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
- Loading branch information
1 parent
356960b
commit 9a12f8b
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters