aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-04-01 12:08:07 +0200
committerThomas White <taw@physics.org>2022-04-01 12:08:07 +0200
commit5c31874f20a37c2ac8d4c27d982c0783db990105 (patch)
treeadad382e5213ab84aff7a9068675bf2e8ffce503 /meson_options.txt
parent17163c01fa6864dd2ea48275cadfe3ada436a24b (diff)
Meson: Disable OpenCL by default, and update documentation
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 82a4fe6d..57715748 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,2 @@
option('hdf5', type: 'feature', value: 'enabled')
-option('opencl', type: 'feature', value: 'enabled')
+option('opencl', type: 'feature', value: 'disabled')