mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
This adds a new keyword OPTIONS which is a semicolon-separated list of command-line options added to bison command line. This enables adding options more intuitively. It mainly adds options as quoted arguments which among other things enables adding paths containing spaces and similar. Fixes: - https://gitlab.kitware.com/cmake/cmake/-/issues/23301
7 lines
214 B
ReStructuredText
7 lines
214 B
ReStructuredText
FindBISON
|
|
---------
|
|
|
|
* The :module:`FindBISON` module :command:`bison_target` command has a new
|
|
``OPTIONS`` option to add Bison command-line options as a
|
|
:ref:`semicolon-separated list <CMake Language Lists>`.
|