mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-16 07:23:46 +02:00
Fix #121 CMake Min Version
CMake targets / interfaces need at least CMake 3.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
cmake_minimum_required(VERSION 3.0.0)
|
||||
project(cppzmq)
|
||||
|
||||
find_package(ZeroMQ)
|
||||
|
Reference in New Issue
Block a user