2
0
Эх сурвалжийг харах

Merge pull request #4464 from assimp/kimkulling/revert_static_runtime_Selection_for_all

Use static runtime only on option is selected
Kim Kulling 3 жил өмнө
parent
commit
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()