Fix #121 CMake Min Version

CMake targets / interfaces need at least CMake 3.0
This commit is contained in:
Axel Huebl 2017-07-19 10:43:07 +02:00
parent 2008da35e6
commit d1568bf1e9
No known key found for this signature in database
GPG Key ID: 472D2C364E21D94B

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0.0)
project(cppzmq)
find_package(ZeroMQ)