Skip to content
Snippets Groups Projects
Commit c26ff8a9 authored by Chris Davies's avatar Chris Davies Committed by Brad King
Browse files

FindFLEX: Fix typo in ADD_FLEX_BISON_DEPENDENCY errors

parent 30710b8d
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment