aboutsummaryrefslogtreecommitdiff
path: root/examples/basic
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-05-15 17:01:12 +0100
committerGitHub <noreply@github.com>2020-05-15 17:01:12 +0100
commit076caedc23371b394d199117e124d4a573fa15a4 (patch)
tree600c5f837fd64c2a1a554bc5895a8ed8fc2626b7 /examples/basic
parentUpdate CHANGELOG.md (diff)
parentUpdate minimum requered version (diff)
downloadsingleapplication-076caedc23371b394d199117e124d4a573fa15a4.tar.xz
Merge pull request #103 from Shatur95/update_cmake_examples_version
Update minimum requered version in examples
Diffstat (limited to 'examples/basic')
-rw-r--r--examples/basic/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/CMakeLists.txt b/examples/basic/CMakeLists.txt
index dd84feb..dd27028 100644
--- a/examples/basic/CMakeLists.txt
+++ b/examples/basic/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1.0)
+cmake_minimum_required(VERSION 3.7.0)
project(basic LANGUAGES CXX)