From a09f8c4cd9c4abe04b99129af07e51fdc5dad4b1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 3 Aug 2020 14:26:00 +0200 Subject: Update name of FDIP package --- libcrystfel/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index 0736992d..412fe90a 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -27,7 +27,7 @@ if pinkindexerdep.found() conf_data.set10('HAVE_PINKINDEXER', 1) endif -fdipdep = dependency('fastDiffractionImageProcessing', required: false) +fdipdep = dependency('fdip', required: false) if fdipdep.found() conf_data.set10('HAVE_FDIP', 1) endif -- cgit v1.2.3