diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-10-13 17:05:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-10-13 17:05:50 (GMT) |
commit | 301a24eb3273883257fd65317bdcdf755ce49f4a (patch) | |
tree | 892bc8eb2463eecafe854cc3ea9328e626fba182 /config | |
parent | d05716bd194e2ebdae9348f8bb2376930f792535 (diff) | |
download | hdf5-301a24eb3273883257fd65317bdcdf755ce49f4a.zip hdf5-301a24eb3273883257fd65317bdcdf755ce49f4a.tar.gz hdf5-301a24eb3273883257fd65317bdcdf755ce49f4a.tar.bz2 |
[svn-r21548] Removed an errant Windows STDIO reference in the CMake code.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/ConfigureChecks.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index 733e1a6..0d0f16a 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -151,12 +151,10 @@ ENDIF (WIN32) # IF (WINDOWS) SET (H5_HAVE_WINDOWS 1) -# SET (H5_WINDOWS_USE_STDIO 0) # ---------------------------------------------------------------------- # Set the flag to indicate that the machine has window style pathname, # that is, "drive-letter:\" (e.g. "C:") or "drive-letter:/" (e.g. "C:/"). # (This flag should be _unset_ for all machines, except for Windows) - # SET (H5_HAVE_WINDOW_PATH 1) SET (LINK_LIBS ${LINK_LIBS} "kernel32") ENDIF (WINDOWS) |