From b958a870e8b2e694b1779bd6c2e072fbbd91fcf5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 18 Dec 2019 16:01:30 +0100 Subject: [PATCH] Set minimum CMake version to 3.12.0 HOMEPAGE_URL in project() needs 3.12. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10b8db82..38846124 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.10.0) +cmake_minimum_required(VERSION 3.12.0) project(restclient-cpp VERSION 0.5.1