summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-10 14:55:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-10 14:55:55 (GMT)
commita558736861b97d6158c76c385e519aa4b194b4a7 (patch)
treeccbfcb30b264a08af9840b92a4988d2dce611b85 /config
parente5a5aed0cd6e30c41643cc540630937eddea396a (diff)
downloadhdf5-a558736861b97d6158c76c385e519aa4b194b4a7.zip
hdf5-a558736861b97d6158c76c385e519aa4b194b4a7.tar.gz
hdf5-a558736861b97d6158c76c385e519aa4b194b4a7.tar.bz2
[svn-r19212] Updated cmake file with community suggested changes for cmake install files.
Removed configure check for fseek Tested: local linux
Diffstat (limited to 'config')
-rw-r--r--config/cmake/ConfigureChecks.cmake1
-rw-r--r--config/cmake/H5pubconf.h.in3
-rw-r--r--config/cmake/hdf5-config.cmake.build.in (renamed from config/cmake/HDF5-config.cmake.build.in)0
-rw-r--r--config/cmake/hdf5-config.cmake.install.in (renamed from config/cmake/HDF5-config.cmake.install.in)0
4 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 0a447d5..c58eb3a 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -525,7 +525,6 @@ ENDIF (WINDOWS)
#-----------------------------------------------------------------------------
IF (HAVE_OFF64_T)
CHECK_FUNCTION_EXISTS (lseek64 H5_HAVE_LSEEK64)
- CHECK_FUNCTION_EXISTS (fseek64 H5_HAVE_FSEEK64)
ENDIF (HAVE_OFF64_T)
#-----------------------------------------------------------------------------
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index e159523..fdcf6b2 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -142,9 +142,6 @@
/* Define to 1 if you have the `frexpl' function. */
#cmakedefine H5_HAVE_FREXPL @H5_HAVE_FREXPL@
-/* Define to 1 if you have the `fseek64' function. */
-#cmakedefine H5_HAVE_FSEEK64 @H5_HAVE_FSEEK64@
-
/* Define to 1 if you have the `fseeko' function. */
#cmakedefine H5_HAVE_FSEEKO @H5_HAVE_FSEEKO@
diff --git a/config/cmake/HDF5-config.cmake.build.in b/config/cmake/hdf5-config.cmake.build.in
index 132e8be..132e8be 100644
--- a/config/cmake/HDF5-config.cmake.build.in
+++ b/config/cmake/hdf5-config.cmake.build.in
diff --git a/config/cmake/HDF5-config.cmake.install.in b/config/cmake/hdf5-config.cmake.install.in
index 2c33edf..2c33edf 100644
--- a/config/cmake/HDF5-config.cmake.install.in
+++ b/config/cmake/hdf5-config.cmake.install.in