summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index dffac34..7676848 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -124,6 +124,7 @@ conf.set('HAVE_TIFF', tiff_dep.found())
conf.set('HAVE_JPEG', jpeg_dep.found())
conf.set('WITH_HDF5', hdf5_dep.found())
conf.set('BURST', get_option('lamino_backproject_burst_mode'))
+conf.set('CL_TARGET_OPENCL_VERSION', '120')
configure_file(
input: 'config.h.meson.in',