Skip to content

Commit

Permalink
APREPRO: Do not add #lines on generated bison
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed May 7, 2024
1 parent 690fc76 commit d59d431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions cmake/FortranSettings.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion packages/seacas/libraries/aprepro_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if(GENERATE_BISON_FILES)

add_custom_command(OUTPUT apr_parser.cc
COMMAND ${BISON_EXE}
ARGS --defines=aprepro_parser.h --output apr_parser.cc
ARGS --no-lines --defines=aprepro_parser.h --output apr_parser.cc
${CMAKE_CURRENT_SOURCE_DIR}/aprepro.yy
MAIN_DEPENDENCY aprepro.yy
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
Expand Down

0 comments on commit d59d431

Please sign in to comment.