cmake: build static MSVCRT by default

This commit is contained in:
Nguyen Anh Quynh 2017-05-09 00:35:05 -07:00
parent 7ee4581160
commit 7917523c96

View File

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