Merge topic 'FindBison_10241'
a53b47a
10241: FindBISON.cmake clears wrong variable
This commit is contained in:
commit
7e3f04e7e9
|
@ -96,7 +96,7 @@ IF(BISON_EXECUTABLE)
|
||||||
#
|
#
|
||||||
MACRO(BISON_TARGET Name BisonInput BisonOutput)
|
MACRO(BISON_TARGET Name BisonInput BisonOutput)
|
||||||
SET(BISON_TARGET_output_header "")
|
SET(BISON_TARGET_output_header "")
|
||||||
SET(BISON_TARGET_command_opt "")
|
SET(BISON_TARGET_cmdopt "")
|
||||||
SET(BISON_TARGET_outputs "${BisonOutput}")
|
SET(BISON_TARGET_outputs "${BisonOutput}")
|
||||||
IF(NOT ${ARGC} EQUAL 3 AND NOT ${ARGC} EQUAL 5 AND NOT ${ARGC} EQUAL 7)
|
IF(NOT ${ARGC} EQUAL 3 AND NOT ${ARGC} EQUAL 5 AND NOT ${ARGC} EQUAL 7)
|
||||||
MESSAGE(SEND_ERROR "Usage")
|
MESSAGE(SEND_ERROR "Usage")
|
||||||
|
|
Loading…
Reference in New Issue