[svn-r21418] Change windows default driver to SEC2

Add option to allow -fPIC
This commit is contained in:
Allen Byrne
2011-09-26 09:04:15 -05:00
parent 3c51dc92f4
commit a07004c825
4 changed files with 14 additions and 5 deletions

View File

@@ -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)