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/pubsub_forwarder/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/pubsub_forwarder') diff --git a/demo/pubsub_forwarder/CMakeLists.txt b/demo/pubsub_forwarder/CMakeLists.txt index 821e05c0..7fa12f5a 100644 --- a/demo/pubsub_forwarder/CMakeLists.txt +++ b/demo/pubsub_forwarder/CMakeLists.txt @@ -3,7 +3,7 @@ # 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 3.10) +cmake_minimum_required(VERSION 3.15) project(pubsub_forwarder C) # Find the nng library -- cgit v1.2.3-70-g09d2