https://github.com/Kitware/CMake
Raw File
Tip revision: b61fe6a831c72050c3a4f830445f98696b0cedf7 authored by Brad King on 14 June 2021, 15:05:49 UTC
CMake 3.20.4
Tip revision: b61fe6a
CMAKE_USER_MAKE_RULES_OVERRIDE_LANG.rst
CMAKE_USER_MAKE_RULES_OVERRIDE_<LANG>
-------------------------------------

Specify a CMake file that overrides platform information for ``<LANG>``.

This is a language-specific version of
:variable:`CMAKE_USER_MAKE_RULES_OVERRIDE` loaded only when enabling language
``<LANG>``.
back to top