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)
|
else(CURL_FOUND)
|
||||||
set(optlibsnotfound "${optlibsnotfound} cURL")
|
set(optlibsnotfound "${optlibsnotfound} cURL")
|
||||||
endif(CURL_FOUND)
|
endif(CURL_FOUND)
|
||||||
endif(ZM_NO_CURL)
|
endif(NOT ZM_NO_CURL)
|
||||||
|
|
||||||
# jpeg
|
# jpeg
|
||||||
find_package(JPEG)
|
find_package(JPEG)
|
||||||
|
|
Loading…
Reference in New Issue