21 lines
825 B
Diff
21 lines
825 B
Diff
diff --git a/cmake/options.cmake b/cmake/options.cmake
|
|
index c874461..4d2b909 100644
|
|
--- a/cmake/options.cmake
|
|
+++ b/cmake/options.cmake
|
|
@@ -1,5 +1,5 @@
|
|
# -DEVHTP_DISABLE_SSL:STRING=ON
|
|
-option (EVHTP_DISABLE_SSL "Disable ssl support" OFF)
|
|
+option (EVHTP_DISABLE_SSL "Disable ssl support" ON)
|
|
|
|
# -DEVHTP_DISABLE_EVTHR:STRING=ON
|
|
option (EVHTP_DISABLE_EVTHR "Disable evthread support" OFF)
|
|
@@ -8,7 +8,7 @@ option (EVHTP_DISABLE_EVTHR "Disable evthread support" OFF)
|
|
option (EVHTP_DISABLE_REGEX "Disable regex support" OFF)
|
|
|
|
# -DEVHTP_BUILD_SHARED:STRING=ON
|
|
-option (EVHTP_BUILD_SHARED "Build shared library too" OFF)
|
|
+option (EVHTP_BUILD_SHARED "Build shared library too" ON)
|
|
|
|
# -DEVHTP_DEBUG:STRING=ON
|
|
option (EVHTP_DEBUG "Enable verbose debug logging" OFF)
|