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
path: root/tests
diff options
context:
space:
mode:
authorCong <congusbongus@gmail.com>2021-11-21 10:20:55 +0300
committerGitHub <noreply@github.com>2021-11-21 10:20:55 +0300
commit98495119dc3ee6065e2601b0c266a5d464a9587d (patch)
tree1308299ddb9328334143b2051dd3d887d8f85018 /tests
parent4acafe7916720645bf65e19be8603acfe7acdba1 (diff)
Add more configurations to build matrix, update cpp_sample
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 487c59f..e140d5a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.0)
project(tinydir_tests C)