mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 18:40:28 +01:00
Fix #121 CMake Min Version
CMake targets / interfaces need at least CMake 3.0
This commit is contained in:
parent
2008da35e6
commit
d1568bf1e9
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 2.8.12)
|
cmake_minimum_required(VERSION 3.0.0)
|
||||||
project(cppzmq)
|
project(cppzmq)
|
||||||
|
|
||||||
find_package(ZeroMQ)
|
find_package(ZeroMQ)
|
||||||
|
Loading…
Reference in New Issue
Block a user