diff --git a/CMakeLists.txt b/CMakeLists.txt index aa37253bc..794b41fa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)