Skip to content

Commit

Permalink
Docfix: missed )
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Azzalini committed Oct 25, 2014
1 parent 03de0cc commit 3960295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindFLEX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# find_package(BISON)
# find_package(FLEX)
#
# BISON_TARGET(MyParser parser.y ${CMAKE_CURRENT_BINARY_DIR}/parser.cpp
# BISON_TARGET(MyParser parser.y ${CMAKE_CURRENT_BINARY_DIR}/parser.cpp)
# FLEX_TARGET(MyScanner lexer.l ${CMAKE_CURRENT_BIANRY_DIR}/lexer.cpp)
# ADD_FLEX_BISON_DEPENDENCY(MyScanner MyParser)
#
Expand Down

0 comments on commit 3960295

Please sign in to comment.