diff options
author | Thomas White <taw@physics.org> | 2018-06-21 12:06:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-06-21 12:06:47 +0200 |
commit | 3400d1416d8eb07b21595638c6d6e738bd6b1ccc (patch) | |
tree | 2d275b76cbfbdb36878ad3e63b790c64fdf9a5a7 /config.h.cmake.in | |
parent | 9564ff6039f73ef5840e1b545189fea50e3ab188 (diff) |
Fix OpenCL tests and includes
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r-- | config.h.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in index a218026c..2dd5d5dd 100644 --- a/config.h.cmake.in +++ b/config.h.cmake.in @@ -6,6 +6,7 @@ #cmakedefine HAVE_TIFF #cmakedefine HAVE_CAIRO #cmakedefine HAVE_OPENCL +#cmakedefine HAVE_CL_CL_H #cmakedefine HAVE_CLOCK_GETTIME #define PACKAGE_VERSION "${CRYSTFEL_VERSION}" |