[devel] Removed the -D_ALL_SOURCE from definitions for AIX in CMakeLists.txt

This commit is contained in:
Glenn Randers-Pehrson
2011-05-05 22:13:18 -05:00
parent 00015a81dd
commit 6ee0edf880
3 changed files with 2 additions and 4 deletions

View File

@@ -147,10 +147,6 @@ set(pngtest_sources
add_definitions(-DPNG_CONFIGURE_LIBPNG)
if(_AIX)
add_definitions(-D_ALL_SOURCE)
endif(_AIX)
if(MSVC)
add_definitions(-DPNG_NO_MODULEDEF -D_CRT_SECURE_NO_DEPRECATE)
endif(MSVC)