CMake/Help/manual/ID_RESERVE.txt
2020-01-29 10:50:36 -05:00

8 lines
266 B
Plaintext

.. note::
CMake reserves identifiers that:
* begin with ``CMAKE_`` (upper-, lower-, or mixed-case), or
* begin with ``_CMAKE_`` (upper-, lower-, or mixed-case), or
* begin with ``_`` followed by the name of any :manual:`CMake Command <cmake-commands(7)>`.