mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
10241: FindBISON.cmake clears wrong variable
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user