[libpng16] Readded "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco
Costamagna).
This commit is contained in:
parent
4ddac468c4
commit
ebede25ceb
3
ANNOUNCE
3
ANNOUNCE
@ -25,7 +25,8 @@ Other information:
|
|||||||
|
|
||||||
Changes since the last public release (1.6.28):
|
Changes since the last public release (1.6.28):
|
||||||
|
|
||||||
Version 1.6.29 [January 5, 2017]
|
Version 1.6.29beta01 [January 5, 2017]
|
||||||
|
Readded "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco Costamagna).
|
||||||
|
|
||||||
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
@ -5795,6 +5795,7 @@ Version 1.6.28 [January 5, 2017]
|
|||||||
No changes.
|
No changes.
|
||||||
|
|
||||||
Version 1.6.29beta01 [January 5, 2017]
|
Version 1.6.29beta01 [January 5, 2017]
|
||||||
|
Readded "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco Costamagna).
|
||||||
|
|
||||||
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
|
||||||
|
@ -40,6 +40,8 @@ set(PNGLIB_RELEASE 29)
|
|||||||
set(PNGLIB_NAME libpng${PNGLIB_MAJOR}${PNGLIB_MINOR})
|
set(PNGLIB_NAME libpng${PNGLIB_MAJOR}${PNGLIB_MINOR})
|
||||||
set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_RELEASE})
|
set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_RELEASE})
|
||||||
|
|
||||||
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
# needed packages
|
# needed packages
|
||||||
|
|
||||||
#Allow users to specify location of Zlib,
|
#Allow users to specify location of Zlib,
|
||||||
|
Loading…
Reference in New Issue
Block a user