[libpng17] Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txt

(Andrew Hundt)
This commit is contained in:
Glenn Randers-Pehrson
2013-06-05 11:05:34 -05:00
parent 4c9168875b
commit d594be641a
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.7.0beta14 - June 4, 2013 Libpng 1.7.0beta14 - 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.
@@ -304,8 +304,9 @@ Version 1.7.0beta13 [May 12, 2013]
Added information in the documentation about problems with and fixes for Added information in the documentation about problems with and fixes for
the bad CRC and bad iTXt chunk situations. the bad CRC and bad iTXt chunk situations.
Version 1.7.0beta14 [June 4, 2013] Version 1.7.0beta14 [June 5, 2013]
Removed a redundant test in png_set_IHDR(). Removed a redundant test in 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

View File

@@ -4592,8 +4592,9 @@ Version 1.7.0beta13 [May 12, 2013]
Added information in the documentation about problems with and fixes for Added information in the documentation about problems with and fixes for
the bad CRC and bad iTXt chunk situations. the bad CRC and bad iTXt chunk situations.
Version 1.7.0beta14 [June 4, 2013] Version 1.7.0beta14 [June 5, 2013]
Removed a redundant test in png_set_IHDR(). Removed a redundant test in 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

View File

@@ -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