diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-29 00:29:51 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-29 00:29:51 -0800 |
| commit | 60ff324b1e6e5124dbbfefec732940512ed40f87 (patch) | |
| tree | d64e94bf1462ff1411e5cf724db9c2b935ff0a67 /demo/stream | |
| parent | b5462f65ffa1737df7385c0955527749b77629bd (diff) | |
| download | nng-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/stream')
| -rw-r--r-- | demo/stream/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/stream/CMakeLists.txt b/demo/stream/CMakeLists.txt index 3b767690..22d3121a 100644 --- a/demo/stream/CMakeLists.txt +++ b/demo/stream/CMakeLists.txt @@ -6,7 +6,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 2.8.7) +cmake_minimum_required (VERSION 3.15) project(stream) |
