Description: Build with Debian's antlr instead of the embedded copy in src/antlr
Author: Axel Beckert <abe@debian.org>
Last-Update: 2014-10-10

Index: gnudatalanguage/src/CMakeLists.txt
===================================================================
--- gnudatalanguage.orig/src/CMakeLists.txt	2014-10-10 13:41:13.028673538 +0200
+++ gnudatalanguage/src/CMakeLists.txt	2014-10-10 13:41:13.028673538 +0200
@@ -262,9 +262,7 @@
 widget.hpp
 )
 
-add_subdirectory(antlr)
-
-include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/antlr ${CMAKE_BINARY_DIR})
+include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_BINARY_DIR})
 link_directories(${LINK_DIRECTORIES})
 
 if(PYTHON_MODULE) #libgdl
