2014-08-03 19:52:23 +02:00
|
|
|
build_name
|
|
|
|
----------
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
Disallowed since version 3.0. See CMake Policy :policy:`CMP0036`.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
2015-11-17 17:22:37 +01:00
|
|
|
Use ``${CMAKE_SYSTEM}`` and ``${CMAKE_CXX_COMPILER}`` instead.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
2023-05-23 16:38:00 +02:00
|
|
|
.. code-block:: cmake
|
2014-08-03 19:52:23 +02:00
|
|
|
|
|
|
|
build_name(variable)
|
|
|
|
|
|
|
|
Sets the specified variable to a string representing the platform and
|
|
|
|
compiler settings. These values are now available through the
|
2015-11-17 17:22:37 +01:00
|
|
|
:variable:`CMAKE_SYSTEM` and
|
|
|
|
:variable:`CMAKE_CXX_COMPILER <CMAKE_<LANG>_COMPILER>` variables.
|