aboutsummaryrefslogtreecommitdiff
path: root/demo/raw/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-12-29 00:29:51 -0800
committerGarrett D'Amore <garrett@damore.org>2024-12-29 00:29:51 -0800
commit60ff324b1e6e5124dbbfefec732940512ed40f87 (patch)
treed64e94bf1462ff1411e5cf724db9c2b935ff0a67 /demo/raw/CMakeLists.txt
parentb5462f65ffa1737df7385c0955527749b77629bd (diff)
downloadnng-60ff324b1e6e5124dbbfefec732940512ed40f87.tar.gz
nng-60ff324b1e6e5124dbbfefec732940512ed40f87.tar.bz2
nng-60ff324b1e6e5124dbbfefec732940512ed40f87.zip
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.
Diffstat (limited to 'demo/raw/CMakeLists.txt')
-rw-r--r--demo/raw/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/raw/CMakeLists.txt b/demo/raw/CMakeLists.txt
index 2df8d394..b8825ce8 100644
--- a/demo/raw/CMakeLists.txt
+++ b/demo/raw/CMakeLists.txt
@@ -1,13 +1,13 @@
#
+# Copyright 2024 Staysail Systems, Inc. <info@staysail.tech>
# Copyright 2018 Capitar IT Group BV <info@capitar.com>
-# Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
#
# 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(raw)