Mercurial > hg > orthanc
comparison Resources/CMake/LibPngConfiguration.cmake @ 1414:0a67a502c90f
fixes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Jun 2015 21:14:05 +0200 |
parents | ee0d5abf7958 |
children | 237d83694d82 |
comparison
equal
deleted
inserted
replaced
1413:98fa856b4f8f | 1414:0a67a502c90f |
---|---|
36 | 36 |
37 #set_property( | 37 #set_property( |
38 # SOURCE ${LIBPNG_SOURCES} | 38 # SOURCE ${LIBPNG_SOURCES} |
39 # PROPERTY COMPILE_FLAGS -UHAVE_CONFIG_H) | 39 # PROPERTY COMPILE_FLAGS -UHAVE_CONFIG_H) |
40 | 40 |
41 list(APPEND THIRD_PARTY_SOURCES ${LIBPNG_SOURCES}) | |
42 | |
43 add_definitions( | 41 add_definitions( |
44 -DPNG_NO_CONSOLE_IO=1 | 42 -DPNG_NO_CONSOLE_IO=1 |
45 -DPNG_NO_STDIO=1 | 43 -DPNG_NO_STDIO=1 |
46 ) | 44 ) |
47 | 45 |