OBJCXX.rst 618 B

12345678910111213141516
  1. OBJCXX
  2. ------
  3. .. versionadded:: 3.16.7
  4. .. include:: include/ENV_VAR.rst
  5. Preferred executable for compiling ``OBJCXX`` language files. Will only be used
  6. by CMake on the first configuration to determine ``OBJCXX`` compiler, after
  7. which the value for ``OBJCXX`` is stored in the cache as
  8. :variable:`CMAKE_OBJCXX_COMPILER <CMAKE_<LANG>_COMPILER>`. For any configuration
  9. run (including the first), the environment variable will be ignored if the
  10. :variable:`CMAKE_OBJCXX_COMPILER <CMAKE_<LANG>_COMPILER>` variable is defined.
  11. If ``OBJCXX`` is not defined, the :envvar:`CXX` environment variable will
  12. be checked instead.