summaryrefslogtreecommitdiff
path: root/src/md/md_dbi.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/md_dbi.cmake')
-rw-r--r--src/md/md_dbi.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/md/md_dbi.cmake b/src/md/md_dbi.cmake
index 6e7166b2fc..7622cf04c9 100644
--- a/src/md/md_dbi.cmake
+++ b/src/md/md_dbi.cmake
@@ -11,7 +11,7 @@ if(WIN32)
# using static crt for dbi
if (CMAKE_BUILD_TYPE STREQUAL DEBUG)
add_definitions(-MTd)
- else(CMAKE_BUILD_TYPE STREQUAL DEBUG)
+ else()
add_definitions(-MT)
endif(CMAKE_BUILD_TYPE STREQUAL DEBUG)
-endif(WIN32) \ No newline at end of file
+endif(WIN32)