diff options
author | Philip Lowman <philip@yhbt.com> | 2010-08-20 01:49:29 (GMT) |
---|---|---|
committer | Philip Lowman <philip@yhbt.com> | 2010-08-20 01:50:31 (GMT) |
commit | a53b47a77c100a2081042d6711e2de95f28ec7ee (patch) | |
tree | 8bccb359ec7037c57c433d32987d2b1eff036bf4 | |
parent | c873a83b6c2bf359d984f1ada062e6f7a26e9695 (diff) | |
download | CMake-a53b47a77c100a2081042d6711e2de95f28ec7ee.zip CMake-a53b47a77c100a2081042d6711e2de95f28ec7ee.tar.gz CMake-a53b47a77c100a2081042d6711e2de95f28ec7ee.tar.bz2 |
10241: FindBISON.cmake clears wrong variable
-rw-r--r-- | Modules/FindBISON.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindBISON.cmake b/Modules/FindBISON.cmake index 0c622fb..6021b12 100644 --- a/Modules/FindBISON.cmake +++ b/Modules/FindBISON.cmake @@ -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") |