[svn-r23786] Remove COMPILE_FLAGS value - already set in X_FLAGS

Tested: windows
This commit is contained in:
Allen Byrne 2013-06-17 11:28:47 -05:00
parent 6c3284f8b3
commit 47190b32e5

View File

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