From 1f4f3a88017a100d9f18582196128476387d3e1f Mon Sep 17 00:00:00 2001 From: laoshanxi <178029200@qq.com> Date: Fri, 20 Sep 2024 18:05:07 +0800 Subject: [PATCH] Fix build broken with static linked libcurl.a --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f550b5..f30ea0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ +cmake_minimum_required(VERSION 3.5) project(curlpp)