[lbpng16] Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).
This commit is contained in:
parent
207392821d
commit
2037030d50
1
ANNOUNCE
1
ANNOUNCE
@ -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
|
||||||
|
1
CHANGES
1
CHANGES
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user