From: James Turner Date: Tue, 24 Nov 2015 00:09:19 +0000 (+0000) Subject: Fix spelling of Find(CURL) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=81d668784ac751a4f7f59a2a9bbc453fc5141401;p=simgear.git Fix spelling of Find(CURL) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e8d493ea..bcfd1830 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,7 +205,7 @@ endif(SIMGEAR_HEADLESS) find_package(ZLIB REQUIRED) if (ENABLE_CURL) - find_package(Curl REQUIRED) + find_package(CURL REQUIRED) message(STATUS "Curl HTTP client: ENABLED") endif()