1build_name
2----------
3
4Disallowed since version 3.0.  See CMake Policy :policy:`CMP0036`.
5
6Use ``${CMAKE_SYSTEM}`` and ``${CMAKE_CXX_COMPILER}`` instead.
7
8::
9
10  build_name(variable)
11
12Sets the specified variable to a string representing the platform and
13compiler settings.  These values are now available through the
14:variable:`CMAKE_SYSTEM` and
15:variable:`CMAKE_CXX_COMPILER <CMAKE_<LANG>_COMPILER>` variables.
16