Skip to content
Snippets Groups Projects
Commit 5e1630d5 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Claryfing comment for linux antlr lib (it should only be included for final...

Claryfing comment for linux antlr lib (it should only be included for final execs not for intermediate libs)
parent 2702b4e1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment