Skip to content

Commit

Permalink
Restore bison cmake (#158)
Browse files Browse the repository at this point in the history
* Update bison.cmake

* Delete project/patches/bison.patch
  • Loading branch information
Shinji-IkariG authored Nov 29, 2024
1 parent 40c96b1 commit e4dc4dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion project/externals/bison.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ExternalProject_Add(
STAMP_DIR ${BUILD_INFO_DIR}
DOWNLOAD_DIR ${DOWNLOAD_DIR}
SOURCE_DIR ${source_dir}
PATCH_COMMAND patch -p1 < ${CMAKE_SOURCE_DIR}/patches/${name}.patch
CONFIGURE_COMMAND
${common_configure_envs}
./configure ${common_configure_args} --quiet
Expand Down
11 changes: 0 additions & 11 deletions project/patches/bison.patch

This file was deleted.

0 comments on commit e4dc4dc

Please sign in to comment.