aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2018-04-08 14:46:34 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2018-04-17 02:04:39 -0400
commit46ccbe48e7dc902f699d0554055f89c49df4d415 (patch)
tree84a6d0605b5aa60eb8730a415a348ab03b76bb99
parent2c8ff7c0279155c6fff3e82a3e37fc08814acd6f (diff)
downloadmeson-46ccbe48e7dc902f699d0554055f89c49df4d415.zip
meson-46ccbe48e7dc902f699d0554055f89c49df4d415.tar.gz
meson-46ccbe48e7dc902f699d0554055f89c49df4d415.tar.bz2
Add release note for OpenMP dependency.
-rw-r--r--docs/markdown/snippets/openmp-dependency.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/openmp-dependency.md b/docs/markdown/snippets/openmp-dependency.md
new file mode 100644
index 0000000..ad70011
--- /dev/null
+++ b/docs/markdown/snippets/openmp-dependency.md
@@ -0,0 +1,6 @@
+## Addition of OpenMP dependency
+
+An OpenMP dependency (`openmp`) has been added that encapsulates the various
+flags used by compilers to enable OpenMP and checks for the existence of the
+`omp.h` header. The `language` keyword may be passed to force the use of a
+specific compiler for the checks.