diff options
author | Thomas White <taw@physics.org> | 2020-08-03 14:26:00 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-03 14:26:00 +0200 |
commit | a09f8c4cd9c4abe04b99129af07e51fdc5dad4b1 (patch) | |
tree | ceb94d153164d6cb4fdc60e9ecc55455a28bf2a7 /libcrystfel | |
parent | 42ae4de07aadc2cf79989581f44909dd3e2df804 (diff) |
Update name of FDIP package
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |