diff options
author | OJ <oj@buffered.io> | 2020-04-20 20:28:48 +1000 |
---|---|---|
committer | OJ <oj@buffered.io> | 2020-04-20 20:28:48 +1000 |
commit | 4d07b727d2785d6387e69bd3a6848ea95c42050a (patch) | |
tree | 6256d1bd4f55073283cc4a1abb332f40672e59de /CMakeLists.txt | |
parent | 79fb34a90bfc318ba73445e4db32f5693042493b (diff) | |
download | portable-4d07b727d2785d6387e69bd3a6848ea95c42050a.tar.gz portable-4d07b727d2785d6387e69bd3a6848ea95c42050a.tar.bz2 portable-4d07b727d2785d6387e69bd3a6848ea95c42050a.zip |
Force use of 3.15.7
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 a577d29..cd35af2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required (VERSION 3.15) | 1 | cmake_minimum_required (VERSION 3.15.7) |
2 | include(CheckFunctionExists) | 2 | include(CheckFunctionExists) |
3 | include(CheckSymbolExists) | 3 | include(CheckSymbolExists) |
4 | include(CheckLibraryExists) | 4 | include(CheckLibraryExists) |