From c3162846cf34563eddc6e1135afda641e8e78602 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 16 Jan 2011 09:40:00 -0300 Subject: [PATCH] Remove VACA_DIR variable from main CMakeLists.txt file. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78c706833..5ec69b050 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,6 @@ set(LIBJPEG_DIR ${CMAKE_SOURCE_DIR}/third_party/jpeg) set(LIBPNG_DIR ${CMAKE_SOURCE_DIR}/third_party/libpng) set(LOADPNG_DIR ${CMAKE_SOURCE_DIR}/third_party/loadpng) set(TINYXML_DIR ${CMAKE_SOURCE_DIR}/third_party/tinyxml) -set(VACA_DIR ${CMAKE_SOURCE_DIR}/third_party/vaca) set(ZLIB_DIR ${CMAKE_SOURCE_DIR}/third_party/zlib) # Allegro header files