Browse Source

Use static runtime only on option is selected

Kim Kulling 3 years ago
parent
commit
0a56065962
1 changed files with 0 additions and 6 deletions
  1. 0 6
      CMakeLists.txt

+ 0 - 6
CMakeLists.txt

@@ -164,12 +164,6 @@ IF (WIN32)
           $<$<CONFIG:Debug>:/MTd>
           $<$<CONFIG:Release>:/MT>
       )
-    else()
-      add_compile_options(
-          $<$<CONFIG:>:/MD>
-          $<$<CONFIG:Debug>:/MDd>
-          $<$<CONFIG:Release>:/MD>
-      )
     endif()
   ENDIF()
 ENDIF()