summaryrefslogtreecommitdiff
path: root/samples/photo
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/photo
parent70b02c460b55f6a6722a852704ee7d916c48ed47 (diff)
Downgrade dependencies to support Ubuntu 18.04
Diffstat (limited to 'samples/photo')
-rw-r--r--samples/photo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/photo/CMakeLists.txt b/samples/photo/CMakeLists.txt
index 6885bf7..a4edadc 100644
--- a/samples/photo/CMakeLists.txt
+++ b/samples/photo/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.13.4)
+cmake_minimum_required(VERSION 3.10.2)
project(photo)
set(CMAKE_CXX_STANDARD 14)