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
Branches
No related merge requests found
...@@ -21,7 +21,7 @@ find_package(ANTLR REQUIRED) ...@@ -21,7 +21,7 @@ find_package(ANTLR REQUIRED)
include_directories(${ANTLR_INCLUDE_DIR}) include_directories(${ANTLR_INCLUDE_DIR})
if(WIN32) 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}) set(LIBS ${LIBS} ${ANTLR_LIBRARY})
endif(WIN32) endif(WIN32)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment