Fixed minor cmake warning

This commit is contained in:
Kfir Itzhak 2013-12-27 18:04:24 +02:00
parent ff9a26273c
commit c1a74c45bc
1 changed files with 1 additions and 1 deletions

View File

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