mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Use uppercase standardized names for MOSQUITTO and MOSTQUITTOPP
This commit is contained in:
@@ -440,7 +440,7 @@ if(NOT ZM_NO_PRCE)
|
||||
endif()
|
||||
|
||||
if(NOT ZM_NO_MQTT)
|
||||
find_package(Mosquitto)
|
||||
find_package(MOSQUITTO)
|
||||
if(MOSQUITTO_FOUND)
|
||||
include_directories(${MOSQUITTO_INCLUDE_DIRS})
|
||||
list(APPEND ZM_BIN_LIBS "${MOSQUITTO_LIBRARIES}")
|
||||
@@ -449,7 +449,7 @@ if(NOT ZM_NO_MQTT)
|
||||
set(optlibsnotfound "${optlibsnotfound} Mosquitto")
|
||||
endif (MOSQUITTO_FOUND)
|
||||
|
||||
find_package(Mosquittopp)
|
||||
find_package(MOSQUITTOPP)
|
||||
if(MOSQUITTOPP_FOUND)
|
||||
include_directories(${MOSQUITTOPP_INCLUDE_DIRS})
|
||||
list(APPEND ZM_BIN_LIBS "${MOSQUITTOPP_LIBRARIES}")
|
||||
|
||||
Reference in New Issue
Block a user