Variable: projectile-enable-cmake-presets
projectile-enable-cmake-presets is a customizable variable defined in
projectile.el.
Value
nil
Documentation
Enables configuration with CMake presets.
When projectile-enable-cmake-presets is non-nil, CMake projects can
be configured, built and tested using presets.
This variable was added, or its default value changed, in projectile version 2.4.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-enable-cmake-presets nil
"Enables configuration with CMake presets.
When `projectile-enable-cmake-presets' is non-nil, CMake projects can
be configured, built and tested using presets."
:group 'projectile
:type 'boolean
:package-version '(projectile . "2.4.0"))