summaryrefslogtreecommitdiff
path: root/samples/received-text-processing
diff options
context:
space:
mode:
authorllnulldisk <48621230+llnulldisk@users.noreply.github.com>2022-09-30 17:56:53 +0200
committerllnulldisk <48621230+llnulldisk@users.noreply.github.com>2022-09-30 17:56:53 +0200
commit42b32b990c81ba022c8065ed39d625b929da6020 (patch)
tree7e8400f36e1090ed2d2524b054c8c4b5ee2d7fcf /samples/received-text-processing
parent70b02c460b55f6a6722a852704ee7d916c48ed47 (diff)
Downgrade dependencies to support Ubuntu 18.04
Diffstat (limited to 'samples/received-text-processing')
-rw-r--r--samples/received-text-processing/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/received-text-processing/CMakeLists.txt b/samples/received-text-processing/CMakeLists.txt
index d1f08d3..0c2a550 100644
--- a/samples/received-text-processing/CMakeLists.txt
+++ b/samples/received-text-processing/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.13.4)
+ccmake_minimum_required(VERSION 3.10.2)
project(received-text-processing)
set(CMAKE_CXX_STANDARD 14)