aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2020-05-01 04:09:57 -0500
committerBrent Cook <busterb@gmail.com>2020-05-01 04:09:57 -0500
commit1c3377bac0a55e6a5e86e25556bf1635bb1c7bdb (patch)
tree13dcaf406563582096b639cc20d7d671f46bb52f /CMakeLists.txt
parent4d07b727d2785d6387e69bd3a6848ea95c42050a (diff)
downloadportable-1c3377bac0a55e6a5e86e25556bf1635bb1c7bdb.tar.gz
portable-1c3377bac0a55e6a5e86e25556bf1635bb1c7bdb.tar.bz2
portable-1c3377bac0a55e6a5e86e25556bf1635bb1c7bdb.zip
bump cmake and appveyor build environment
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 cd35af2..fb36210 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required (VERSION 3.15.7) 1cmake_minimum_required (VERSION 3.16.4)
2include(CheckFunctionExists) 2include(CheckFunctionExists)
3include(CheckSymbolExists) 3include(CheckSymbolExists)
4include(CheckLibraryExists) 4include(CheckLibraryExists)