Merge pull request #1 from Airship-engine/update_cmake

update minimum cmake to avoid warnings when building as subproject
pull/3021/head
Simon Ewing 2 years ago committed by GitHub
commit 3a4eaf2546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save