diff options
author | Thomas White <taw@physics.org> | 2019-04-16 17:25:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-04-16 17:26:27 +0200 |
commit | 50a3cb06809bae0f56e5063e5e051a6d04502b99 (patch) | |
tree | 2f46a4f00ed1ec9fac7bb674837400a69499cab0 /libcrystfel/config.h.cmake.in | |
parent | 6462dabdb52c14437f4e72de0a09d5efb04285f6 (diff) |
Clean up residual CBFlib stuff
Diffstat (limited to 'libcrystfel/config.h.cmake.in')
-rw-r--r-- | libcrystfel/config.h.cmake.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libcrystfel/config.h.cmake.in b/libcrystfel/config.h.cmake.in index 61f458f8..ea26c1a2 100644 --- a/libcrystfel/config.h.cmake.in +++ b/libcrystfel/config.h.cmake.in @@ -7,14 +7,6 @@ #cmakedefine HAVE_FDIP #cmakedefine HAVE_CURSES -/* We avoid adding the full path to cbf.h, because CBFlib unhelpfully installs - * some conflicting HDF5 headers which we want to keep out of the include path. - * Unfortunately, sometimes CBFlib installs cbf/cbf.h, other times cbflib/cbf.h. - * These defines tell whether we have CBFlib at all, and if so, what to #include */ -#cmakedefine HAVE_CBFLIB -#cmakedefine HAVE_CBF_CBF_H -#cmakedefine HAVE_CBFLIB_CBF_H - #cmakedefine HAVE_FORKPTY_PTY_H #cmakedefine HAVE_FORKPTY_UTIL_H |