From b9a83d0de2df5a2a6509d4410b0354fee01f4efb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Warzocha?= <radoslaw.warzocha@gmail.com>
Date: Mon, 21 Apr 2014 22:11:12 +0200
Subject: [PATCH] Comment update

---
 libwccl/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libwccl/CMakeLists.txt b/libwccl/CMakeLists.txt
index ce7740e..ebd2462 100644
--- a/libwccl/CMakeLists.txt
+++ b/libwccl/CMakeLists.txt
@@ -25,6 +25,7 @@ find_package(ANTLR REQUIRED)
 include_directories(${ANTLR_INCLUDE_DIR})
 
 # On UNIX this should be included only in final executables
+# Unfortunatelly g++ is not doing so good with ANTLR being static lib
 set(LIBS ${LIBS} ${ANTLR_LIBRARY})
 
 SET(libwccl_STAT_SRC
-- 
GitLab