build_name.rst 337 B

1234567891011121314
  1. build_name
  2. ----------
  3. Disallowed. See CMake Policy :policy:`CMP0036`.
  4. Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead.
  5. ::
  6. build_name(variable)
  7. Sets the specified variable to a string representing the platform and
  8. compiler settings. These values are now available through the
  9. CMAKE_SYSTEM and CMAKE_CXX_COMPILER variables.