1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-07 20:17:06 +00:00

#213 Use PNG::PNG for libpng, require cmake 3.5, props Schaich Alonso

This commit is contained in:
gitlost
2020-11-30 15:51:14 +00:00
parent 8e0078695c
commit 6322c0c2b0
2 changed files with 23 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
# (c) 2008 by BogDan Vatra < bogdan@licentia.eu >
# vim: set ts=4 sw=4 et :
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(zint-package)
set(CMAKE_INCLUDE_CURRENT_DIR ON)