Skip to content

Commit

Permalink
Merge pull request opencog#3616 from linas/lg
Browse files Browse the repository at this point in the history
Link-grammar version 5.6.2 minimum per issue opencog#3551
  • Loading branch information
linas authored Oct 9, 2019
2 parents eb4bfb3 + 2ac04b8 commit 110be8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ ENDIF (GUILE_FOUND AND GMP_LIBRARY AND GMP_INCLUDE_DIR)

# ----------------------------------------------------------
# Link-Grammar is needed for several NLP subsystems
# Only 5.4.0 or newer has the required API in it.
FIND_PACKAGE(LinkGrammar 5.4.0)
# Only 5.6.2 or newer has the required API in it.
FIND_PACKAGE(LinkGrammar 5.6.2)
IF (LINK_GRAMMAR_FOUND)
SET(HAVE_LINK_GRAMMAR 1)
INCLUDE_DIRECTORIES(${LINK_GRAMMAR_INCLUDE_DIRS})
Expand Down

0 comments on commit 110be8a

Please sign in to comment.