diff --git a/libwccl/CMakeLists.txt b/libwccl/CMakeLists.txt index 8c68a294126f50b4cd562804f21daad2bda63eae..67043e6687af132c66f3f37d391db5786ce4aa93 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)