diff --git a/CMakeLists.txt b/CMakeLists.txt index d4b3c1b2..32e98d87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ # Copyright(c) 2019 spdlog authors Distributed under the MIT License (http://opensource.org/licenses/MIT) -cmake_minimum_required(VERSION 3.11) +# Require minimum v3.13 so we can set options externally without a warning +cmake_minimum_required(VERSION 3.13) # --------------------------------------------------------------------------------------- # Start spdlog project