mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
CMake: Add options for using static runtime on MSVC++ build.
Patch by Victor Zverovich! llvm-svn: 98821
This commit is contained in:
parent
a6b0969017
commit
294c226be4
@ -217,7 +217,9 @@ if( MSVC )
|
||||
# List of valid CRTs for MSVC
|
||||
set(MSVC_CRT
|
||||
MD
|
||||
MDd)
|
||||
MDd
|
||||
MT
|
||||
MTd)
|
||||
|
||||
set(LLVM_USE_CRT "" CACHE STRING "Specify VC++ CRT to use for debug/release configurations.")
|
||||
add_llvm_definitions( -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS )
|
||||
|
Loading…
Reference in New Issue
Block a user