From 3ef3fe3a3f7e8ff3a6e55b625f912c7aad63d20c Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 16 Oct 2010 15:18:06 -0300 Subject: [PATCH] Remove VACA_ALLEGRO definition. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7078ea7f4..880952a9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,8 +32,6 @@ set(ZLIB_DIR ${CMAKE_SOURCE_DIR}/third_party/zlib) ###################################################################### # Common definitions to compile all sources -# Vaca is compiled with Allegro -add_definitions(-DVACA_ALLEGRO) # Do not use MMX optimizations in PNG code add_definitions(-DPNG_NO_MMX_CODE)