diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-08-09 19:00:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-08-09 19:00:49 (GMT) |
commit | 51651038cf0704bbfb51b0badbe9f109dbb2532b (patch) | |
tree | 06d60d8d7abacb4c901b3defcf2ca091cd6187ee /CMakeLists.txt | |
parent | 1aa65f1f028fc57cceb2383c89b2a655f40ef7cc (diff) | |
download | hdf5-51651038cf0704bbfb51b0badbe9f109dbb2532b.zip hdf5-51651038cf0704bbfb51b0badbe9f109dbb2532b.tar.gz hdf5-51651038cf0704bbfb51b0badbe9f109dbb2532b.tar.bz2 |
[svn-r23982] Add "_" to VS define.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7115684..2c9f6be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -350,7 +350,7 @@ SET (EXE_EXT "") IF (WIN32) SET (EXE_EXT ".exe") IF (NOT CYGWIN) - ADD_DEFINITIONS (-DBIND_TO_CURRENT_VCLIBS_VERSION=1) + ADD_DEFINITIONS (-D_BIND_TO_CURRENT_VCLIBS_VERSION=1) ADD_DEFINITIONS (-D_CRT_SECURE_NO_WARNINGS) ADD_DEFINITIONS (-D_CONSOLE) ENDIF (NOT CYGWIN) |