diff --git a/lofar_config.h.cmake b/lofar_config.h.cmake index 14d6aeb37175bea04b97bdc3552272d625fa229d..d674bd09ca84d3e8f829d93af87fb5823960cca7 100644 --- a/lofar_config.h.cmake +++ b/lofar_config.h.cmake @@ -1,5 +1,12 @@ /* $Id$ */ +/*-------------------------------------------------------------------------*\ +| Defines installation information | +\*-------------------------------------------------------------------------*/ + +/* Define the destination root directory into which the software will be installed */ +#cmakedefine CMAKE_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@" + /*-------------------------------------------------------------------------*\ | Defines for the presence or absence of (system) header files | \*-------------------------------------------------------------------------*/ @@ -114,6 +121,9 @@ /* Define if FFTW3 is installed */ #cmakedefine HAVE_FFTW3 +/* Define if HDF5 is installed */ +#cmakedefine HAVE_HDF5 + /* Define if LAM is installed */ #cmakedefine HAVE_LAM 1 @@ -150,6 +160,9 @@ /* Defined if shared memory is used */ #cmakedefine HAVE_SHMEM 1 +/* Define if WCSLIB is installed */ +#cmakedefine HAVE_WCSLIB 1 + /*-------------------------------------------------------------------------*\ | Defines for the presence or absence of (system) functions |