Merge pull request #4464 from assimp/kimkulling/revert_static_runtime_Selection_for_all

Use static runtime only on option is selected
pull/4466/head
Kim Kulling 2022-03-24 08:01:49 +01:00 committed by GitHub
commit ba6c67c328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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()