mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txt
(Andrew Hundt)
This commit is contained in:
parent
de089548e0
commit
4d4bfbc034
5
ANNOUNCE
5
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.5.17beta01 - June 4, 2013
|
Libpng 1.5.17beta01 - June 5, 2013
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -26,8 +26,9 @@ Other information:
|
|||||||
|
|
||||||
Changes since the last public release (1.5.16):
|
Changes since the last public release (1.5.16):
|
||||||
|
|
||||||
Version 1.5.17beta01 [June 4, 2013]
|
Version 1.5.17beta01 [June 5, 2013]
|
||||||
Removed a redundant test from png_set_IHDR().
|
Removed a redundant test from png_set_IHDR().
|
||||||
|
Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txt (Andrew Hundt)
|
||||||
|
|
||||||
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
|
||||||
|
3
CHANGES
3
CHANGES
@ -4113,8 +4113,9 @@ Version 1.5.16rc01 [May 16, 2013]
|
|||||||
Version 1.5.16 [May 23, 2013]
|
Version 1.5.16 [May 23, 2013]
|
||||||
No changes.
|
No changes.
|
||||||
|
|
||||||
Version 1.5.17beta01 [June 4, 2013]
|
Version 1.5.17beta01 [June 5, 2013]
|
||||||
Removed a redundant test from png_set_IHDR().
|
Removed a redundant test from png_set_IHDR().
|
||||||
|
Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txt (Andrew Hundt)
|
||||||
|
|
||||||
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
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
cmake_minimum_required(VERSION 2.4.4)
|
cmake_minimum_required(VERSION 2.4.4)
|
||||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
||||||
|
|
||||||
|
set(CMAKE_CONFIGURATION_TYPES "Release;Debug;MinSizeRel;RelWithDebInfo")
|
||||||
|
|
||||||
if(UNIX AND NOT DEFINED CMAKE_BUILD_TYPE)
|
if(UNIX AND NOT DEFINED CMAKE_BUILD_TYPE)
|
||||||
if(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION EQUAL 4)
|
if(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION EQUAL 4)
|
||||||
# workaround CMake 2.4.x bug
|
# workaround CMake 2.4.x bug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user