aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-08-24 14:35:48 +0200
committerThomas White <taw@physics.org>2023-08-24 14:35:48 +0200
commit11aa16f82432df051f1e055b28315346d9106188 (patch)
tree461f5b9f72f3ea69d07b60c8c69ab61f6d73b15c /libcrystfel/meson.build
parent9fca86fd0fba293aadaaf88d5d4fc5660b14ef20 (diff)
Use built-in Mille writer instead of wrapping C++ version
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index 81156b61..23b267c1 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -41,9 +41,6 @@ endif
millepededep = dependency('millepede',
required: false,
fallback: ['millepede', 'millepede_dep'])
-if millepededep.found()
- conf_data.set10('HAVE_MILLEPEDE', true)
-endif
xgandalfdep = dependency('xgandalf',
required: false,