summaryrefslogtreecommitdiffstats
path: root/Help/module/CMAKE_REQUIRED_FLAGS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Help/module/CMAKE_REQUIRED_FLAGS.txt')
-rw-r--r--Help/module/CMAKE_REQUIRED_FLAGS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/module/CMAKE_REQUIRED_FLAGS.txt b/Help/module/CMAKE_REQUIRED_FLAGS.txt
new file mode 100644
index 0000000..80ae239
--- /dev/null
+++ b/Help/module/CMAKE_REQUIRED_FLAGS.txt
@@ -0,0 +1,6 @@
+ ``CMAKE_REQUIRED_FLAGS``
+ String of additional flags to pass to the compiler. The string must be
+ space-delimited--a :ref:`;-list <CMake Language Lists>` will not work.
+ The contents of :variable:`CMAKE_<LANG>_FLAGS <CMAKE_<LANG>_FLAGS>` and
+ its associated configuration-specific variable are automatically added
+ to the compiler command before the contents of ``CMAKE_REQUIRED_FLAGS``.