OBJC.rst 601 B

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