Build: Add libLive555 to optlibsnotfound if not found

This commit is contained in:
Peter Keresztes Schmidt 2021-02-04 05:35:08 +01:00
parent 22372b5117
commit 21fdb1f345
1 changed files with 1 additions and 1 deletions

View File

@ -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)