[lbpng16] Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).

This commit is contained in:
Clifford Yapp 2017-08-04 14:46:17 -05:00 committed by Glenn Randers-Pehrson
parent 207392821d
commit 2037030d50
3 changed files with 4 additions and 2 deletions

View File

@ -76,6 +76,7 @@ Version 1.6.32beta10 [August 4, 2017]
Moved testing of bad pngs into a separate tests/pngtest-badpngs script Moved testing of bad pngs into a separate tests/pngtest-badpngs script
Added the --xfail (expected FAIL) option to pngtest.c. It writes XFAIL Added the --xfail (expected FAIL) option to pngtest.c. It writes XFAIL
in the output but PASS for the libpng test. in the output but PASS for the libpng test.
Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -5959,6 +5959,7 @@ Version 1.6.32beta10 [August 4, 2017]
Moved testing of bad pngs into a separate tests/pngtest-badpngs script Moved testing of bad pngs into a separate tests/pngtest-badpngs script
Added the --xfail (expected FAIL) option to pngtest.c. It writes XFAIL Added the --xfail (expected FAIL) option to pngtest.c. It writes XFAIL
in the output but PASS for the libpng test. in the output but PASS for the libpng test.
Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -11,8 +11,8 @@
# For conditions of distribution and use, see the disclaimer # For conditions of distribution and use, see the disclaimer
# and license in png.h # and license in png.h
cmake_minimum_required(VERSION 2.8.8) cmake_minimum_required(VERSION 3.0.2)
cmake_policy(VERSION 2.8.8) cmake_policy(VERSION 3.0.2)
# Set MacOSX @rpath usage globally. # Set MacOSX @rpath usage globally.
if (POLICY CMP0020) if (POLICY CMP0020)