mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
10241: FindBISON.cmake clears wrong variable
This commit is contained in:
parent
c873a83b6c
commit
a53b47a77c
@ -96,7 +96,7 @@ IF(BISON_EXECUTABLE)
|
||||
#
|
||||
MACRO(BISON_TARGET Name BisonInput BisonOutput)
|
||||
SET(BISON_TARGET_output_header "")
|
||||
SET(BISON_TARGET_command_opt "")
|
||||
SET(BISON_TARGET_cmdopt "")
|
||||
SET(BISON_TARGET_outputs "${BisonOutput}")
|
||||
IF(NOT ${ARGC} EQUAL 3 AND NOT ${ARGC} EQUAL 5 AND NOT ${ARGC} EQUAL 7)
|
||||
MESSAGE(SEND_ERROR "Usage")
|
||||
|
Loading…
Reference in New Issue
Block a user