Lines Matching refs:code
5 # FindDeprecated module provides a single location for deprecated CMake build code.
6 # Whenever CMake code is deprecated it should be moved to this module and
7 # corresponding COMPONENTS should be created with name identifying the deprecated code.
9 # This makes it easier to maintain deprecated code and cleanup such code when it
13 # CMakeList.txt contains deprecated code, like:
18 # such code can easily be around for a long time, so therefore such code should
22 # # This code has been deprecated after Zephyr x.y
28 # and then in the original CMakeLists.txt, this code is inserted instead:
41 # This code was deprecated after Zephyr v4.0.0
57 # This code was deprecated after Zephyr v4.0.0
73 # This code was deprecated after Zephyr v4.0.0