mirror of https://github.com/madler/zlib
CMake: file(RENAME) since 2.8
file(RENAME) was introduced with 2.8.0. Thx to Marcin Wojdyr.
This commit is contained in:
parent
5089329162
commit
746e9a8b77
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.4.4)
|
||||
cmake_minimum_required(VERSION 2.8.0)
|
||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
|
||||
|
||||
project(zlib C)
|
||||
|
|
Loading…
Reference in New Issue