From c92b9ce628e4406aa179c969e7b4a3cb5daf7f16 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 30 Jun 2011 13:06:30 +0000
Subject: [PATCH] bug 1362: - added HAVE_WCSLIB - added CMAKE_INSTALL_PREFIX

---
 lofar_config.h.cmake | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/lofar_config.h.cmake b/lofar_config.h.cmake
index 14d6aeb3717..d674bd09ca8 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                |
-- 
GitLab