Переглянути джерело

Merge pull request #4464 from assimp/kimkulling/revert_static_runtime_Selection_for_all

Use static runtime only on option is selected
Kim Kulling 3 роки тому
батько
коміт
ba6c67c328
1 змінених файлів з 0 додано та 6 видалено
  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()