blob: 568afe02c365a9994add8ad972742ef4e6659306 (
plain)
1
2
3
4
5
6
|
project-is-top-level
--------------------
* :command:`project` now sets variables :variable:`PROJECT_IS_TOP_LEVEL` and
:variable:`<PROJECT-NAME>_IS_TOP_LEVEL` to indicate whether it was called
in a top level ``CMakeLists.txt`` file.
|