Skip to content
Snippets Groups Projects
Commit c92b9ce6 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362:

- added HAVE_WCSLIB
- added CMAKE_INSTALL_PREFIX
parent ea99996c
No related branches found
No related tags found
No related merge requests found
/* $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 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment