Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong <congusbongus@gmail.com>2021-11-21 07:00:11 +0300
committerGitHub <noreply@github.com>2021-11-21 07:00:11 +0300
commit01fc1d68818e3f92eeedc9768ffe6dc8471a8860 (patch)
treea288253e91aa54b72394cd6224ba73e39e9cebb8
parent5b97d4c97e428ee6fe8ea219343353c796d4f570 (diff)
Update CMakeLists.txt
-rw-r--r--samples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt
index 3ab1a25..4763a67 100644
--- a/samples/CMakeLists.txt
+++ b/samples/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3)
+cmake_minimum_required(VERSION 3.0)
project(tinydir)