mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
FindFLEX: Fix typo in ADD_FLEX_BISON_DEPENDENCY errors
This commit is contained in:
@@ -196,11 +196,11 @@ if(FLEX_EXECUTABLE)
|
|||||||
macro(ADD_FLEX_BISON_DEPENDENCY FlexTarget BisonTarget)
|
macro(ADD_FLEX_BISON_DEPENDENCY FlexTarget BisonTarget)
|
||||||
|
|
||||||
if(NOT FLEX_${FlexTarget}_OUTPUTS)
|
if(NOT FLEX_${FlexTarget}_OUTPUTS)
|
||||||
message(SEND_ERROR "Flex target `${FlexTarget}' does not exists.")
|
message(SEND_ERROR "Flex target `${FlexTarget}' does not exist.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT BISON_${BisonTarget}_OUTPUT_HEADER)
|
if(NOT BISON_${BisonTarget}_OUTPUT_HEADER)
|
||||||
message(SEND_ERROR "Bison target `${BisonTarget}' does not exists.")
|
message(SEND_ERROR "Bison target `${BisonTarget}' does not exist.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set_source_files_properties(${FLEX_${FlexTarget}_OUTPUTS}
|
set_source_files_properties(${FLEX_${FlexTarget}_OUTPUTS}
|
||||||
|
|||||||
Reference in New Issue
Block a user