ID_RESERVE.rst 266 B

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