cmake/Help/command/build_name.rst

16 lines
411 B
ReStructuredText
Raw Normal View History

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
::
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.