Skip to content
Snippets Groups Projects
Commit 32873bcf authored by Lars Bilke's avatar Lars Bilke
Browse files

This finally fixes #21.

parent 389db984
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.4.4) cmake_minimum_required(VERSION 2.4.4)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
cmake_policy(SET CMP0003 NEW)
project(zlib C) project(zlib C)
set(ZLIB_VERSION "1.2.7") set(ZLIB_VERSION "1.2.7")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment