Build: Add libLive555 to optlibsnotfound if not found
This commit is contained in:
parent
22372b5117
commit
21fdb1f345
|
@ -670,7 +670,7 @@ if(NOT ZM_NO_RTSPSERVER)
|
|||
set(optlibsfound "${optlibsfound} libLive555")
|
||||
else(Live555_FOUND)
|
||||
set(HAVE_RTSP_SERVER 0)
|
||||
set(optlibsfound "${optlibsnotfound} libLive555")
|
||||
set(optlibsnotfound "${optlibsnotfound} libLive555")
|
||||
endif(Live555_FOUND)
|
||||
else(NOT ZM_NO_RTSPSERVER)
|
||||
set(HAVE_RTSP_SERVER 0)
|
||||
|
|
Loading…
Reference in New Issue