Provided by: ycm-cmake-modules_0.13.0-2_all bug

NAME

       ycm-variables - YCM Variables Reference

VARIABLES THAT CHANGE BEHAVIOR

   YCM_USE_3RDPARTY
       Use modules downloaded from 3rd party projects.

   YCM_USE_CMAKE
       Enable or disable all YCM_USE_CMAKE_ variables (default ON).

       SEE ALSO:
          YCM_USE_CMAKE_<VERSION>, YCM_USE_CMAKE_NEXT.  YCM_USE_CMAKE_PROPOSED.

   YCM_USE_CMAKE_<VERSION>
       Use CMake modules imported from a specific CMake version.

       Some  modules  you  would  like  to use might not available on previous CMake releases, or
       might have received some bugfix or new feature in  a  specific  CMake  version.   If  this
       variable is enabled, YCM will allow you to use the new version of these modules with older
       versions.

       For example by enabling YCM_USE_CMAKE_3_7, some modules from CMake 3.7 will  be  available
       for older CMake releases.

       This option not considered if CMAKE_VERSION is less than <VERSION>.

   YCM_USE_CMAKE_NEXT
       Use CMake modules imported from CMake git repository.

   YCM_USE_CMAKE_PROPOSED
       Use YCM patched version of modules from CMake.

       YCM  provides a few modules that are available with CMake, but with a few patches applied.
       These are not automatically used, in order to let the  user  choose  whether  to  use  the
       original  or  the  patched  version.  Enable this variable to use the YCM version of these
       modules.

   YCM_USE_DEPRECATED
       Enable YCM deprecated modules.

       Some YCM modules have been deprecated, and should not be used in  new  code.   Nonetheless
       they  are  available  for  backwards  compatibility  and  can be still used in old code by
       setting this variable to true.

COPYRIGHT

       Copyright 2012-2021 Istituto Italiano di Tecnologia (IIT)