diff --git a/CMakeLists.txt b/CMakeLists.txt index 42e3ba4b9..e1e4832de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)