Fix spelling of Find(CURL)

This commit is contained in:
James Turner
2015-11-24 00:09:19 +00:00
parent 75ad5a7e5c
commit 81d668784a

View File

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