diff options
author | Brent Cook <busterb@gmail.com> | 2020-05-01 04:09:57 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-05-01 04:09:57 -0500 |
commit | 1c3377bac0a55e6a5e86e25556bf1635bb1c7bdb (patch) | |
tree | 13dcaf406563582096b639cc20d7d671f46bb52f /CMakeLists.txt | |
parent | 4d07b727d2785d6387e69bd3a6848ea95c42050a (diff) | |
download | portable-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.txt | 2 |
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 @@ | |||
1 | cmake_minimum_required (VERSION 3.15.7) | 1 | cmake_minimum_required (VERSION 3.16.4) |
2 | include(CheckFunctionExists) | 2 | include(CheckFunctionExists) |
3 | include(CheckSymbolExists) | 3 | include(CheckSymbolExists) |
4 | include(CheckLibraryExists) | 4 | include(CheckLibraryExists) |