aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorValerio Mariani <valmar@slac.stanford.edu>2022-03-31 16:26:29 -0700
committerThomas White <taw@physics.org>2022-04-01 11:49:30 +0200
commit17163c01fa6864dd2ea48275cadfe3ada436a24b (patch)
treef4aae8b85f29ca3466f19bb775f92733fff0a72e /meson_options.txt
parent385adbbd23969384a3ee2a6f17b1fd4c7e7442c3 (diff)
Make opencl optional
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 16439ae3..82a4fe6d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1 +1,2 @@
option('hdf5', type: 'feature', value: 'enabled')
+option('opencl', type: 'feature', value: 'enabled')