mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Problem: Tests do no build in Windows environment
Solution: Modified CMakelist.txt to build correctly for Windows - corrected CMake required version to make sure it builds in Ubuntu 14.04 LTS with no warnings.
This commit is contained in:
parent
a911fa41b8
commit
1c9cec227d
@ -1,5 +1,5 @@
|
||||
# CMake build script for ZeroMQ tests
|
||||
cmake_minimum_required(VERSION "3.0")
|
||||
cmake_minimum_required(VERSION "2.8.1")
|
||||
|
||||
# name of Windows project will tests.sln
|
||||
PROJECT(tests)
|
||||
|
Loading…
Reference in New Issue
Block a user