Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/genesislive2007/cmake
Browse files Browse the repository at this point in the history
* 'patch-1' of https://github.com/genesislive2007/cmake:
  Docfix: missed )
  • Loading branch information
jsiwek committed Oct 27, 2014
2 parents 03de0cc + 3960295 commit 1316c07
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 1316c07

Please sign in to comment.