MantisBT - CMake
View Issue Details
0014301CMakeModulespublic2013-07-18 05:432014-03-05 09:58
danielkaneider 
Rolf Eike Beer 
urgentminoralways
closedfixed 
WindowsWin8 x64
CMake 2.8.11.2 
CMake 2.8.12CMake 2.8.12 
0014301: FindPNG: cmake can only find 1.5 (or 1.6)
It's related to 0014289.

The current stable version of libPng is 1.6, but the current beta version is 1.7 (http://sourceforge.net/projects/libpng/files/libpng17/ [^]). Since it is expected to be released soon, the 17 version should also be added to the FindPNG script.

Thanks!


PS: Isn't it possible to make it future proof, by accepting any libPNG* ?
No tags attached.
Issue History
2013-07-18 05:43danielkaneiderNew Issue
2013-07-18 08:53Brad KingAssigned To => Rolf Eike Beer
2013-07-18 08:53Brad KingStatusnew => assigned
2013-07-27 16:40Rolf Eike BeerNote Added: 0033622
2013-07-27 16:40Rolf Eike BeerStatusassigned => resolved
2013-07-27 16:40Rolf Eike BeerResolutionopen => fixed
2013-07-27 16:40Rolf Eike BeerCategoryCMake => Modules
2013-07-27 16:40Rolf Eike BeerFixed in Version => CMake 2.8.12
2013-07-27 16:40Rolf Eike BeerTarget Version => CMake 2.8.12
2014-03-05 09:58Robert MaynardNote Added: 0035254
2014-03-05 09:58Robert MaynardStatusresolved => closed

Notes
(0033622)
Rolf Eike Beer   
2013-07-27 16:40   
Fix merged to next:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2a7975398f4e7fb02887539c19bea5f390f1156f [^]

If there will be a version 1.8 and you need that you can do find_package(PNG 1.8) and it will search for libpng18 and png18.
(0035254)
Robert Maynard   
2014-03-05 09:58   
Closing resolved issues that have not been updated in more than 4 months