Skip to content

Commit

Permalink
Added Bison version in Cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcanal committed Nov 11, 2018
1 parent 4f0fde7 commit 63f44d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosplan_dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif(LBITS EQUAL 64)
SET (RDDL_CMAKE_CXX_FLAGS "${RDDL_CMAKE_CXX_FLAGS} -g -Wall -W -Wno-sign-compare -Wno-deprecated -ansi -pedantic -Werror -std=c++11")

# Lexer and parser
find_package(BISON REQUIRED)
find_package(BISON 3.0.4 REQUIRED)
find_package(FLEX REQUIRED)

BISON_TARGET(RDDL_PARSER rddl_parser/parser.ypp ${CMAKE_CURRENT_BINARY_DIR}/parser.tab.cc COMPILE_FLAGS -d)
Expand Down

0 comments on commit 63f44d9

Please sign in to comment.