From 60ff324b1e6e5124dbbfefec732940512ed40f87 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 29 Dec 2024 00:29:51 -0800 Subject: demos: bump cmake version required to 3.15 This fixes problems finding the threads library. There may still be problems building these with TLS libraries added, as those dependencies may not be satisfied if the library lacks a cmake configuration file. --- demo/http_client/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demo/http_client') diff --git a/demo/http_client/CMakeLists.txt b/demo/http_client/CMakeLists.txt index 8f4b62f4..c822f515 100644 --- a/demo/http_client/CMakeLists.txt +++ b/demo/http_client/CMakeLists.txt @@ -1,13 +1,13 @@ # # Copyright 2018 Capitar IT Group BV -# Copyright 2018 Staysail Systems, Inc. +# Copyright 2024 Staysail Systems, Inc. # # This software is supplied under the terms of the MIT License, a # copy of which should be located in the distribution where this # file was obtained (LICENSE.txt). A copy of the license may also be # found online at https://opensource.org/licenses/MIT. -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.15) project(http_client) -- cgit v1.2.3-70-g09d2