Merge pull request #4464 from assimp/kimkulling/revert_static_runtime_Selection_for_all
Use static runtime only on option is selectedpull/4466/head
commit
ba6c67c328
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue