diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-05-14 18:33:48 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-05-14 18:34:06 +0200 |
commit | 9951a003e53d39a8d00b13b694a3a106e161c552 (patch) | |
tree | 7deac2f3f76c59a3cbc08344470651d466672e5e | |
parent | 7b81ab2911f023e5e09a002730d5350532cee461 (diff) |
build: lower minimum required CMake version to v3.13
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d5fe54..0dfa62a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.17) +cmake_minimum_required(VERSION 3.13) include(CheckFunctionExists) include(CheckSymbolExists) |