mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 05:29:53 +00:00
cmake: build static MSVCRT by default
This commit is contained in:
parent
7ee4581160
commit
7917523c96
@ -20,7 +20,7 @@ endif()
|
||||
|
||||
# to configure the options specify them in in the command line or change them in the cmake UI.
|
||||
# Don't edit the makefile!
|
||||
option(CAPSTONE_BUILD_STATIC_RUNTIME "Embed static runtime" OFF)
|
||||
option(CAPSTONE_BUILD_STATIC_RUNTIME "Embed static runtime" ON)
|
||||
option(CAPSTONE_BUILD_STATIC "Build static library" ON)
|
||||
option(CAPSTONE_BUILD_SHARED "Build shared library" ON)
|
||||
option(CAPSTONE_BUILD_DIET "Build diet library" OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user