From be0f0892e2829fb1275a079a3e0a0b476fb0d9e8 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 9 Jun 2015 10:47:14 -0300 Subject: [PATCH] Remove special flags to compile loadpng These flags are defined in the main CMakeLists.txt file if they are needed. --- third_party/loadpng/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/third_party/loadpng/CMakeLists.txt b/third_party/loadpng/CMakeLists.txt index 37605ca3f..fe7e5cd92 100644 --- a/third_party/loadpng/CMakeLists.txt +++ b/third_party/loadpng/CMakeLists.txt @@ -1,10 +1,7 @@ # ASEPRITE -# Copyright (C) 2001-2013 David Capello +# Copyright (C) 2001-2013, 2015 David Capello add_library(loadpng loadpng.c savepng.c regpng.c) - -set_target_properties(loadpng PROPERTIES - COMPILE_FLAGS "-DDEBUGMODE -DALLEGRO_STATICLINK")