diff options
Diffstat (limited to 'Help/module/CMAKE_REQUIRED_QUIET.txt')
-rw-r--r-- | Help/module/CMAKE_REQUIRED_QUIET.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/module/CMAKE_REQUIRED_QUIET.txt b/Help/module/CMAKE_REQUIRED_QUIET.txt new file mode 100644 index 0000000..aae8059 --- /dev/null +++ b/Help/module/CMAKE_REQUIRED_QUIET.txt @@ -0,0 +1,5 @@ + ``CMAKE_REQUIRED_QUIET`` + .. versionadded:: 3.1 + + If this variable evaluates to a boolean true value, all status messages + associated with the check will be suppressed. |