cmake/Help/manual/ID_RESERVE.txt

8 lines
266 B
Plaintext
Raw Normal View History

2020-08-30 11:54:41 +02:00
.. 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)>`.