Fixed minor cmake warning
This commit is contained in:
parent
ff9a26273c
commit
c1a74c45bc
|
@ -120,7 +120,7 @@ if(NOT ZM_NO_CURL)
|
|||
else(CURL_FOUND)
|
||||
set(optlibsnotfound "${optlibsnotfound} cURL")
|
||||
endif(CURL_FOUND)
|
||||
endif(ZM_NO_CURL)
|
||||
endif(NOT ZM_NO_CURL)
|
||||
|
||||
# jpeg
|
||||
find_package(JPEG)
|
||||
|
|
Loading…
Reference in New Issue