Skip to content

Commit

Permalink
--wincompat
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodan58 committed Jul 8, 2018
1 parent 243a226 commit b6e0b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_package(BISON)
BISON_TARGET(MyParser parse.y parse.c)
find_package(FLEX)
if(WIN32)
FLEX_TARGET(MyScanner lexer.l lexer.c --wincompat)
FLEX_TARGET(MyScanner lexer.l lexer.c COMPILE_FLAGS --wincompat)
else()
FLEX_TARGET(MyScanner lexer.l lexer.c)
endif()
Expand Down

0 comments on commit b6e0b62

Please sign in to comment.