From 98bc6b494166ddec84b68f8db49d6e0289d20776 Mon Sep 17 00:00:00 2001 From: theirix Date: Sat, 16 Jan 2021 10:04:06 +0300 Subject: [PATCH] Up CMake requirement to have OpenSSL targets --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dc6589..35318d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ # ON: Build posix handler implementation # OFF: Don't build posix handler implementation -cmake_minimum_required(VERSION 3.2 FATAL_ERROR) +cmake_minimum_required(VERSION 3.4 FATAL_ERROR) # project name project(amqpcpp)