cmake-variables(7) — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpCMake 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 CMake Command. Variables that Provide Information ¶ CMAKE_AR CMAKE_ARGC CMAKE_ARGV0 CMAKE_BINARY_DIR CMAKE_BUILD_TOOL CMAKE_CACHE_MAJOR_VERSION
[CMake] newbie: lowercase keywords?
cmake.org › pipermail › cmakeAndy sten.rosendahl at sungard.com wrote: >One of my immediate concerns with migrating to CMake is the shouting style (uppercase) keywords. Together with uppercase variables, it makes the scripts a lot less readable than necessary. Is it possible to use all lower case letters too? > >