Print the curl library found during configure.

Prints something like:
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.25.0")
This commit is contained in:
Aleric Inglewood
2012-07-05 01:41:01 +02:00
parent ae9dadb5d8
commit b8fc1f634e

View File

@@ -1,7 +1,7 @@
# -*- cmake -*-
include(Prebuilt)
set(CURL_FIND_QUIETLY ON)
set(CURL_FIND_QUIETLY OFF)
set(CURL_FIND_REQUIRED ON)
if (STANDALONE)