From 5e1630d5560fe45b82c413f1339c8b6540f6f753 Mon Sep 17 00:00:00 2001 From: Adam Wardynski <award@.(B-4.4.46a)> Date: Mon, 15 Nov 2010 14:34:08 +0100 Subject: [PATCH] Claryfing comment for linux antlr lib (it should only be included for final execs not for intermediate libs) --- libwccl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwccl/CMakeLists.txt b/libwccl/CMakeLists.txt index 8c68a29..67043e6 100644 --- a/libwccl/CMakeLists.txt +++ b/libwccl/CMakeLists.txt @@ -21,7 +21,7 @@ find_package(ANTLR REQUIRED) include_directories(${ANTLR_INCLUDE_DIR}) if(WIN32) -# TODO: there is some error when trying to link the lib on linux +# On UNIX this should be included only in final executables set(LIBS ${LIBS} ${ANTLR_LIBRARY}) endif(WIN32) -- GitLab