mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
Problem: CMake uses command added in 2.8.12
Solution: bump CMake required version to 2.8.12 to avoid: CMake Error at tests/CMakeLists.txt:110 (target_include_directories): Unknown CMake command "target_include_directories".
This commit is contained in:
parent
84544ca6e2
commit
918c1ec620
@ -1,6 +1,6 @@
|
||||
# CMake build script for ZeroMQ
|
||||
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
project(ZeroMQ)
|
||||
|
||||
list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user