Up CMake requirement to have OpenSSL targets

This commit is contained in:
theirix 2021-01-16 10:04:06 +03:00
parent 9fa05100f4
commit 98bc6b4941
1 changed files with 1 additions and 1 deletions

View File

@ -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)