Fixed typo in dbfwfilter's CMakeLists.txt
`mesage` was used instead of `message`.
This commit is contained in:
parent
affba3cd65
commit
b683a5dcf4
@ -11,5 +11,5 @@ if(BISON_FOUND AND FLEX_FOUND)
|
||||
set_target_properties(dbfwfilter PROPERTIES VERSION "1.0.0")
|
||||
install(TARGETS dbfwfilter DESTINATION ${MAXSCALE_LIBDIR})
|
||||
else()
|
||||
mesage(FATAL_ERROR "Could not find Bison or Flex: ${BISON_EXECUTABLE} ${FLEX_EXECUTABLE}")
|
||||
message(FATAL_ERROR "Could not find Bison or Flex: ${BISON_EXECUTABLE} ${FLEX_EXECUTABLE}")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user