diff options
author | Thomas White <taw@physics.org> | 2022-04-01 12:08:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-04-01 12:08:07 +0200 |
commit | 5c31874f20a37c2ac8d4c27d982c0783db990105 (patch) | |
tree | adad382e5213ab84aff7a9068675bf2e8ffce503 /meson_options.txt | |
parent | 17163c01fa6864dd2ea48275cadfe3ada436a24b (diff) |
Meson: Disable OpenCL by default, and update documentation
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
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') |