mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06: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)
|
||||
|
||||
if(NOT FLEX_${FlexTarget}_OUTPUTS)
|
||||
message(SEND_ERROR "Flex target `${FlexTarget}' does not exists.")
|
||||
message(SEND_ERROR "Flex target `${FlexTarget}' does not exist.")
|
||||
endif()
|
||||
|
||||
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()
|
||||
|
||||
set_source_files_properties(${FLEX_${FlexTarget}_OUTPUTS}
|
||||
|
||||
Reference in New Issue
Block a user