Up CMake requirement to have OpenSSL targets
This commit is contained in:
parent
9fa05100f4
commit
98bc6b4941
|
|
@ -10,7 +10,7 @@
|
||||||
# ON: Build posix handler implementation
|
# ON: Build posix handler implementation
|
||||||
# OFF: Don't 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 name
|
||||||
project(amqpcpp)
|
project(amqpcpp)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue