summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-09-26 14:04:15 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-09-26 14:04:15 (GMT)
commita07004c825e3a4e4b61269fd3e5f2b57092f073c (patch)
tree8c4012544251e2d5035c410d22634ba6a5c7d3ab /config
parent3c51dc92f4a670be378feed681899bd49c0604e1 (diff)
downloadhdf5-a07004c825e3a4e4b61269fd3e5f2b57092f073c.zip
hdf5-a07004c825e3a4e4b61269fd3e5f2b57092f073c.tar.gz
hdf5-a07004c825e3a4e4b61269fd3e5f2b57092f073c.tar.bz2
[svn-r21418] Change windows default driver to SEC2
Add option to allow -fPIC
Diffstat (limited to 'config')
-rw-r--r--config/cmake/ConfigureChecks.cmake4
-rw-r--r--config/cmake/H5pubconf.h.in2
2 files changed, 2 insertions, 4 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 37560a5..cb75b27 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -159,11 +159,9 @@ IF (WINDOWS)
#
SET (H5_HAVE_WINDOW_PATH 1)
SET (WINDOWS_MAX_BUF (1024 * 1024 * 1024))
- SET (H5_DEFAULT_VFD H5FD_WINDOWS)
SET (LINK_LIBS ${LINK_LIBS} "kernel32")
-ELSE (WINDOWS)
- SET (H5_DEFAULT_VFD H5FD_SEC2)
ENDIF (WINDOWS)
+SET (H5_DEFAULT_VFD H5FD_SEC2)
IF (WINDOWS)
SET (H5_HAVE_IO_H 1)
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index c685014..4407184 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -791,4 +791,4 @@
#undef inline
#endif
-#endif \ No newline at end of file
+#endif