Have to add MOSQUITTO_FOUND and MOSQUITTOPP_FOUDN to zoneminder-config.cmake in order for those defines to show up in config.h

pull/4140/head
Isaac Connor 2024-10-21 17:39:27 -04:00
parent 6b32790a93
commit b273db24e1
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
#cmakedefine HAVE_RFB_RFB_H 1 #cmakedefine HAVE_RFB_RFB_H 1
#cmakedefine HAVE_LIBJWT 1 #cmakedefine HAVE_LIBJWT 1
#cmakedefine HAVE_RTSP_SERVER 1 #cmakedefine HAVE_RTSP_SERVER 1
#cmakedefine MOSQUITTO_FOUND 1
#cmakedefine MOSQUITTOPP_FOUND 1
/* Few ZM options that are needed by the source code */ /* Few ZM options that are needed by the source code */
#cmakedefine ZM_MEM_MAPPED 1 #cmakedefine ZM_MEM_MAPPED 1