From 7934a339e9b2319e0234e8f2ca5d952eff243c05 Mon Sep 17 00:00:00 2001 From: Ferenc Szontágh <szf@fsociety.hu> Date: Fri, 18 Apr 2025 21:45:32 +0000 Subject: [PATCH] improve curl --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 968ad4b..6fd7b3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,7 @@ endif() # Plugin modules options -option(BUILD_MODULE_CURL "Enable building CurlModule" OFF) +option(BUILD_MODULE_CURL "Enable building CurlModule" ON) if (BUILD_MODULE_CURL) add_subdirectory(Modules/CurlModule) -- Gitblit v1.9.3