Commit 1c9cec22 authored by Osiris's avatar Osiris

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.
parent a911fa41
# 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment