summaryrefslogtreecommitdiffhomepage
path: root/cmake/msvc.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-01-01 06:15:22 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-01-01 06:15:22 +0100
commit463c10f29efc6ef583b6eb3ed6117368eab9ccd9 (patch)
treefcd1f60a0b5250ddabd2d192a9ff609c8d81c1a1 /cmake/msvc.cmake
parent1576bd06113ca6fc9a4ddb68621a636c0a21ee2e (diff)
Revert "cmake: switch to using dynamically-linked CRT"
This reverts commit 28d028d26abaaa5c6192624262811e2989de36de.
Diffstat (limited to 'cmake/msvc.cmake')
-rw-r--r--cmake/msvc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake
index 1c47d20d..e7e0ced3 100644
--- a/cmake/msvc.cmake
+++ b/cmake/msvc.cmake
@@ -43,7 +43,7 @@ if(CMAKE_PROJECT_NAME STREQUAL "opentrack")
set(cc "${cc} /GR-")
endif()
-set(silly "${warns_} /MD /Zi /Gm")
+set(silly "${warns_} /MT /Zi /Gm")
set(_CFLAGS "${silly}")
set(_CXXFLAGS "${silly}")