diff --git a/ANNOUNCE b/ANNOUNCE index c7930058c..e199cbceb 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.6.3beta07 - June 4, 2013 +Libpng 1.6.3beta07 - June 5, 2013 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. @@ -77,8 +77,9 @@ Version 1.6.3beta06 [May 12, 2013] right zlib header files. Separated CPPFLAGS and CFLAGS in contrib/pngminim/*/makefile -Version 1.6.3beta07 [June 4, 2013] +Version 1.6.3beta07 [June 5, 2013] 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 (subscription required; visit diff --git a/CHANGES b/CHANGES index ab36db1a2..0ebd63a18 100644 --- a/CHANGES +++ b/CHANGES @@ -4561,8 +4561,9 @@ Version 1.6.3beta06 [May 12, 2013] right zlib header files. Separated CPPFLAGS and CFLAGS in contrib/pngminim/*/makefile -Version 1.6.3beta07 [June 4, 2013] +Version 1.6.3beta07 [June 5, 2013] 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 (subscription required; visit diff --git a/CMakeLists.txt b/CMakeLists.txt index 044711f22..c4b945ed0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,8 @@ cmake_minimum_required(VERSION 2.4.4) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) +set(CMAKE_CONFIGURATION_TYPES "Release;Debug;MinSizeRel;RelWithDebInfo") + if(UNIX AND NOT DEFINED CMAKE_BUILD_TYPE) if(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION EQUAL 4) # workaround CMake 2.4.x bug