summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-06-17 16:28:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-06-17 16:28:47 (GMT)
commit47190b32e52e4c20f9243d0872f75e702f2479f4 (patch)
treeaa6824ea0438f776355306b05395d75bb3973cd2
parent6c3284f8b3db5a49eb19d52c957467dae202a144 (diff)
downloadhdf5-47190b32e52e4c20f9243d0872f75e702f2479f4.zip
hdf5-47190b32e52e4c20f9243d0872f75e702f2479f4.tar.gz
hdf5-47190b32e52e4c20f9243d0872f75e702f2479f4.tar.bz2
[svn-r23786] Remove COMPILE_FLAGS value - already set in X_FLAGS
Tested: windows
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31269fc..687bcef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -351,7 +351,7 @@ ENDIF (WIN32)
IF (MSVC)
SET (CMAKE_MFC_FLAG 0)
- SET (WIN_COMPILE_FLAGS "/MD")
+ SET (WIN_COMPILE_FLAGS "")
SET (WIN_LINK_FLAGS "")
ENDIF (MSVC)