summaryrefslogtreecommitdiff
path: root/samples/received-text-processing
diff options
context:
space:
mode:
authorllnulldisk <48621230+llnulldisk@users.noreply.github.com>2022-09-30 19:21:28 +0200
committerllnulldisk <48621230+llnulldisk@users.noreply.github.com>2022-09-30 19:21:28 +0200
commita5cba44bee66ec784efb774fa4b85a787b9603e6 (patch)
tree3a86d20448bc8af94affc02501976f1b24b7d8be /samples/received-text-processing
parent42b32b990c81ba022c8065ed39d625b929da6020 (diff)
Update samples
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 0c2a550..a6bc7dd 100644
--- a/samples/received-text-processing/CMakeLists.txt
+++ b/samples/received-text-processing/CMakeLists.txt
@@ -1,4 +1,4 @@
-ccmake_minimum_required(VERSION 3.10.2)
+cmake_minimum_required(VERSION 3.10.2)
project(received-text-processing)
set(CMAKE_CXX_STANDARD 14)