diff options
Diffstat (limited to 'eclass/cmake.eclass')
| -rw-r--r-- | eclass/cmake.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 9339d2401d6..6d387b233b4 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -106,7 +106,8 @@ fi # @DESCRIPTION: # Warn about variables that are declared on the command line # but not used. Might give false-positives. -# "no" to disable (default) or anything else to enable. +# "no" to disable or anything else to enable. +# The default is set to "yes" (enabled). : "${CMAKE_WARN_UNUSED_CLI:=yes}" # @ECLASS_VARIABLE: CMAKE_EXTRA_CACHE_FILE |
