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

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-08-06 19:12:35 +0300
committergabime <gmelman1@gmail.com>2019-08-06 19:12:35 +0300
commit8dc3a66688f865d4f16f8b12fdaeff00742b08f1 (patch)
tree2ee01b72afb774394706f1ca39111c6b3f1f01e9 /CMakeLists.txt
parent88b4adebdc0dcb2be9ead196c99db60115e4d307 (diff)
Fix #1180
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e2bfc7d..038584a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# Copyright(c) 2019 spdlog authors
# Distributed under the MIT License (http://opensource.org/licenses/MIT)
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.2)
#---------------------------------------------------------------------------------------
# Start spdlog project