[master] Fixed indentation and removed debugging message from CMakeLists.txt

This commit is contained in:
Glenn Randers-Pehrson 2010-09-15 06:43:23 -05:00
parent b8eed1d830
commit 6e72bc46d3
3 changed files with 14 additions and 12 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.4.4rc03 - September 14, 2010
Libpng 1.4.4rc03 - September 15, 2010
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.
@ -84,6 +84,9 @@ version 1.4.4rc03 [September 14, 2010]
Removed an extraneous close-double-quote from CMakeLists.txt
Eliminated another deprecated reference to png_ptr->io_ptr in pngtest.c
version 1.4.4rc04 [September 15, 2010]
Fixed indentation and removed debugging message from CMakeLists.txt
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).

View File

@ -2668,6 +2668,9 @@ version 1.4.4rc03 [September 14, 2010]
Removed an extraneous close-double-quote from CMakeLists.txt
Eliminated another deprecated reference to png_ptr->io_ptr in pngtest.c
version 1.4.4rc04 [September 15, 2010]
Fixed indentation and removed debugging message from CMakeLists.txt
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).

View File

@ -239,10 +239,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libpng-config.in
${CMAKE_CURRENT_BINARY_DIR}/${PNGLIB_NAME}-config @ONLY)
_png_generate_symlink_code(PNG_CONFIG_INSTALL_CODE ${PNGLIB_NAME}-config libpng-config)
install(CODE ${PNG_CONFIG_INSTALL_CODE})
MESSAGE(STATUS \"Symlinking ${PNGLIB_NAME}-config to libpng-config\")
execute_process(COMMAND \${CMAKE_COMMAND} -E create_symlink
\"${PNGLIB_NAME}-config\"
\"libpng-config\")
# SET UP LINKS
if(PNG_SHARED)