Browse Source

Merge branch 'master' into Android-Script-Update

Carlos Martinez Perez 3 years ago
parent
commit
257927d7cf
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:Debug>:/MTd>
           $<$<CONFIG:Release>:/MT>
           $<$<CONFIG:Release>:/MT>
       )
       )
-    else()
-      add_compile_options(
-          $<$<CONFIG:>:/MD>
-          $<$<CONFIG:Debug>:/MDd>
-          $<$<CONFIG:Release>:/MD>
-      )
     endif()
     endif()
   ENDIF()
   ENDIF()
 ENDIF()
 ENDIF()