diff options
author | Shatur95 <genaloner@gmail.com> | 2020-05-15 18:54:23 +0300 |
---|---|---|
committer | Shatur95 <genaloner@gmail.com> | 2020-05-15 18:55:48 +0300 |
commit | 10e0750d8e7b2875738572587aa9eaf2b98e3c19 (patch) | |
tree | d7ff343edf4946fb0b236938009249653af17091 /examples/basic | |
parent | v3.1.3 (diff) | |
download | singleapplication-10e0750d8e7b2875738572587aa9eaf2b98e3c19.tar.xz |
Update minimum requered version
Diffstat (limited to 'examples/basic')
-rw-r--r-- | examples/basic/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/CMakeLists.txt b/examples/basic/CMakeLists.txt index 4f1902b..bf508cf 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) |