Skip to content

Commit

Permalink
Reinstate the -o option;
Browse files Browse the repository at this point in the history
Try to minimize changes to just the argument ordering.
  • Loading branch information
gsjaardema authored Aug 14, 2024
1 parent 0001eaf commit ceec0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ if (ADIOS2_HAVE_Derived_Variable)
FLEX_TARGET(MyScanner
toolkit/derived/parser/lexer.l
${CMAKE_CURRENT_BINARY_DIR}/lexer.cpp
COMPILE_FLAGS "--header-file=lexer.h"
COMPILE_FLAGS "-o lexer.cpp --header-file=lexer.h"
DEFINES_FILE ${CMAKE_CURRENT_BINARY_DIR}/lexer.h)
ADD_FLEX_BISON_DEPENDENCY(MyScanner MyParser)
endif()
Expand Down

0 comments on commit ceec0d8

Please sign in to comment.